From df7069fb21a358984361afbd1e966cae935bc032 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Damir=20Jeli=C4=87?= Date: Mon, 1 Oct 2018 17:13:17 +0200 Subject: [PATCH] bar_items: Replicate buffer modes as a separate matrix_modes bar item. --- matrix/bar_items.py | 1 + 1 file changed, 1 insertion(+) diff --git a/matrix/bar_items.py b/matrix/bar_items.py index f34cfdf..b154003 100644 --- a/matrix/bar_items.py +++ b/matrix/bar_items.py @@ -122,3 +122,4 @@ def init_bar_items(): W.bar_item_new("(extra)buffer_name", "matrix_bar_item_name", "") W.bar_item_new("(extra)lag", "matrix_bar_item_lag", "") W.bar_item_new("(extra)buffer_modes", "matrix_bar_item_buffer_modes", "") + W.bar_item_new("(extra)matrix_modes", "matrix_bar_item_buffer_modes", "")