mirror of
https://gitlab.com/dwt1/dotfiles.git
synced 2026-08-10 18:11:13 +10:00
Updating my qtile config
This commit is contained in:
@@ -406,9 +406,9 @@ def init_widgets_list():
|
|||||||
foreground = colors[1]
|
foreground = colors[1]
|
||||||
),
|
),
|
||||||
widget.GroupBox(
|
widget.GroupBox(
|
||||||
fontsize = 9,
|
fontsize = 8,
|
||||||
margin_y = 5,
|
margin_y = 5,
|
||||||
margin_x = 14,
|
margin_x = 10,
|
||||||
padding_y = 0,
|
padding_y = 0,
|
||||||
padding_x = 2,
|
padding_x = 2,
|
||||||
borderwidth = 3,
|
borderwidth = 3,
|
||||||
@@ -436,7 +436,7 @@ def init_widgets_list():
|
|||||||
("🎸", "vlc", "VLC media player")
|
("🎸", "vlc", "VLC media player")
|
||||||
],
|
],
|
||||||
fontsize = 12,
|
fontsize = 12,
|
||||||
padding = 6,
|
padding = 5,
|
||||||
foreground = colors[3],
|
foreground = colors[3],
|
||||||
),
|
),
|
||||||
widget.TextBox(
|
widget.TextBox(
|
||||||
@@ -503,7 +503,7 @@ def init_widgets_list():
|
|||||||
padding = 8,
|
padding = 8,
|
||||||
mouse_callbacks = {'Button1': lambda: qtile.cmd_spawn('notify-date')},
|
mouse_callbacks = {'Button1': lambda: qtile.cmd_spawn('notify-date')},
|
||||||
## Uncomment for date and time
|
## Uncomment for date and time
|
||||||
# format = "⧗ %a, %b %d - %H:%M",
|
# format = "%a, %b %d - %H:%M",
|
||||||
## Uncomment for time only
|
## Uncomment for time only
|
||||||
format = "%I:%M %p",
|
format = "%I:%M %p",
|
||||||
),
|
),
|
||||||
|
|||||||
@@ -284,9 +284,9 @@ def init_widgets_list():
|
|||||||
foreground = colors[1]
|
foreground = colors[1]
|
||||||
),
|
),
|
||||||
widget.GroupBox(
|
widget.GroupBox(
|
||||||
fontsize = 9,
|
fontsize = 8,
|
||||||
margin_y = 5,
|
margin_y = 5,
|
||||||
margin_x = 14,
|
margin_x = 10,
|
||||||
padding_y = 0,
|
padding_y = 0,
|
||||||
padding_x = 2,
|
padding_x = 2,
|
||||||
borderwidth = 3,
|
borderwidth = 3,
|
||||||
@@ -314,7 +314,7 @@ def init_widgets_list():
|
|||||||
("🎸", "vlc", "VLC media player")
|
("🎸", "vlc", "VLC media player")
|
||||||
],
|
],
|
||||||
fontsize = 12,
|
fontsize = 12,
|
||||||
padding = 6,
|
padding = 5,
|
||||||
foreground = colors[3],
|
foreground = colors[3],
|
||||||
),
|
),
|
||||||
widget.TextBox(
|
widget.TextBox(
|
||||||
@@ -381,7 +381,7 @@ def init_widgets_list():
|
|||||||
padding = 8,
|
padding = 8,
|
||||||
mouse_callbacks = {'Button1': lambda: qtile.cmd_spawn('notify-date')},
|
mouse_callbacks = {'Button1': lambda: qtile.cmd_spawn('notify-date')},
|
||||||
## Uncomment for date and time
|
## Uncomment for date and time
|
||||||
# format = "⧗ %a, %b %d - %H:%M",
|
# format = "%a, %b %d - %H:%M",
|
||||||
## Uncomment for time only
|
## Uncomment for time only
|
||||||
format = "%I:%M %p",
|
format = "%I:%M %p",
|
||||||
),
|
),
|
||||||
|
|||||||
Reference in New Issue
Block a user