mirror of
https://gitlab.com/dwt1/dotfiles.git
synced 2026-04-14 20:58:34 +10:00
Updating my qtile config
This commit is contained in:
@@ -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",
|
||||
),
|
||||
|
||||
@@ -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",
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user