diff --git a/.config/qtile/README.org b/.config/qtile/README.org index 14fda8e..47d155b 100644 --- a/.config/qtile/README.org +++ b/.config/qtile/README.org @@ -264,7 +264,7 @@ groups = [] group_names = ["1", "2", "3", "4", "5", "6", "7", "8", "9", "0"] # Uncomment only one of the following lines -group_labels = ["", "", "", "", "", "", "⧳", "", "", "⛨"] +group_labels = ["", "", "👁", "", "", "", "✀", "🗯", "", "⎙"] #group_labels = ["1", "2", "3", "4", "5", "6", "7", "8", "9", "10"] #group_labels = ["DEV", "WWW", "SYS", "DOC", "VBOX", "CHAT", "MUS", "VID", "GFX", "MISC"] @@ -406,11 +406,12 @@ def init_widgets_list(): foreground = colors[1] ), widget.GroupBox( - fontsize = 12, + font = "Ubuntu Mono", + fontsize = 11, margin_y = 5, - margin_x = 16, + margin_x = 14, padding_y = 0, - padding_x = 0, + padding_x = 1, borderwidth = 3, active = colors[8], inactive = colors[9], diff --git a/.config/qtile/config.py b/.config/qtile/config.py index e4d2ca6..51166b8 100644 --- a/.config/qtile/config.py +++ b/.config/qtile/config.py @@ -182,7 +182,7 @@ groups = [] group_names = ["1", "2", "3", "4", "5", "6", "7", "8", "9", "0"] # Uncomment only one of the following lines -group_labels = ["", "", "", "", "", "", "⧳", "", "", "⛨"] +group_labels = ["", "", "👁", "", "", "", "✀", "🗯", "", "⎙"] #group_labels = ["1", "2", "3", "4", "5", "6", "7", "8", "9", "10"] #group_labels = ["DEV", "WWW", "SYS", "DOC", "VBOX", "CHAT", "MUS", "VID", "GFX", "MISC"] @@ -284,11 +284,12 @@ def init_widgets_list(): foreground = colors[1] ), widget.GroupBox( - fontsize = 12, + font = "Ubuntu Mono", + fontsize = 11, margin_y = 5, - margin_x = 16, + margin_x = 14, padding_y = 0, - padding_x = 0, + padding_x = 1, borderwidth = 3, active = colors[8], inactive = colors[9],