From 96384be99c2a8b397e177b17075780d9a387e274 Mon Sep 17 00:00:00 2001 From: Derek Taylor Date: Thu, 25 Jan 2024 16:58:45 -0600 Subject: [PATCH] Minor edits --- .config/qtile/README.org | 8 ++++---- .config/qtile/config.py | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.config/qtile/README.org b/.config/qtile/README.org index 8c2e30d..ae32a3c 100644 --- a/.config/qtile/README.org +++ b/.config/qtile/README.org @@ -267,8 +267,8 @@ Groups are really workspaces. group_names should remain 1-9 so the MOD+1-9 keyb groups = [] group_names = ["1", "2", "3", "4", "5", "6", "7", "8", "9",] -group_labels = ["DEV", "WWW", "SYS", "DOC", "VBOX", "CHAT", "MUS", "VID", "GFX",] -#group_labels = ["1", "2", "3", "4", "5", "6", "7", "8", "9",] +group_labels = ["1", "2", "3", "4", "5", "6", "7", "8", "9",] +#group_labels = ["DEV", "WWW", "SYS", "DOC", "VBOX", "CHAT", "MUS", "VID", "GFX",] #group_labels = ["", "", "", "", "", "", "", "", "",] group_layouts = ["monadtall", "monadtall", "tile", "tile", "monadtall", "monadtall", "monadtall", "monadtall", "monadtall"] @@ -416,8 +416,8 @@ def init_widgets_list(): foreground = colors[1] ), widget.GroupBox( - fontsize = 10, - margin_y = 6, + fontsize = 11, + margin_y = 5, margin_x = 5, padding_y = 0, padding_x = 1, diff --git a/.config/qtile/config.py b/.config/qtile/config.py index a51ebbd..693d476 100644 --- a/.config/qtile/config.py +++ b/.config/qtile/config.py @@ -182,8 +182,8 @@ keys = [ groups = [] group_names = ["1", "2", "3", "4", "5", "6", "7", "8", "9",] -group_labels = ["DEV", "WWW", "SYS", "DOC", "VBOX", "CHAT", "MUS", "VID", "GFX",] -#group_labels = ["1", "2", "3", "4", "5", "6", "7", "8", "9",] +group_labels = ["1", "2", "3", "4", "5", "6", "7", "8", "9",] +#group_labels = ["DEV", "WWW", "SYS", "DOC", "VBOX", "CHAT", "MUS", "VID", "GFX",] #group_labels = ["", "", "", "", "", "", "", "", "",] group_layouts = ["monadtall", "monadtall", "tile", "tile", "monadtall", "monadtall", "monadtall", "monadtall", "monadtall"] @@ -290,8 +290,8 @@ def init_widgets_list(): foreground = colors[1] ), widget.GroupBox( - fontsize = 10, - margin_y = 6, + fontsize = 11, + margin_y = 5, margin_x = 5, padding_y = 0, padding_x = 1,