diff --git a/.config/qtile/README.org b/.config/qtile/README.org index b8a5d78..47ecaa4 100644 --- a/.config/qtile/README.org +++ b/.config/qtile/README.org @@ -406,9 +406,9 @@ def init_widgets_list(): foreground = colors[1] ), widget.GroupBox( - fontsize = 9, + fontsize = 8, margin_y = 5, - margin_x = 14, + margin_x = 10, padding_y = 0, padding_x = 2, borderwidth = 3, @@ -436,7 +436,7 @@ def init_widgets_list(): ("🎸", "vlc", "VLC media player") ], fontsize = 12, - padding = 6, + padding = 5, foreground = colors[3], ), widget.TextBox( @@ -503,7 +503,7 @@ def init_widgets_list(): padding = 8, mouse_callbacks = {'Button1': lambda: qtile.cmd_spawn('notify-date')}, ## Uncomment for date and time - # format = "⧗ %a, %b %d - %H:%M", + # format = "%a, %b %d - %H:%M", ## Uncomment for time only format = "%I:%M %p", ), diff --git a/.config/qtile/config.py b/.config/qtile/config.py index 607955b..d54cfd9 100644 --- a/.config/qtile/config.py +++ b/.config/qtile/config.py @@ -284,9 +284,9 @@ def init_widgets_list(): foreground = colors[1] ), widget.GroupBox( - fontsize = 9, + fontsize = 8, margin_y = 5, - margin_x = 14, + margin_x = 10, padding_y = 0, padding_x = 2, borderwidth = 3, @@ -314,7 +314,7 @@ def init_widgets_list(): ("🎸", "vlc", "VLC media player") ], fontsize = 12, - padding = 6, + padding = 5, foreground = colors[3], ), widget.TextBox( @@ -381,7 +381,7 @@ def init_widgets_list(): padding = 8, mouse_callbacks = {'Button1': lambda: qtile.cmd_spawn('notify-date')}, ## Uncomment for date and time - # format = "⧗ %a, %b %d - %H:%M", + # format = "%a, %b %d - %H:%M", ## Uncomment for time only format = "%I:%M %p", ),