Updating my qtile config

This commit is contained in:
Derek Taylor
2025-12-05 16:00:41 -06:00
parent a4e82d90a9
commit d9ce7a1100
2 changed files with 8 additions and 8 deletions

View File

@@ -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",
),

View File

@@ -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",
),