summaryrefslogtreecommitdiffstats
path: root/.config/qtile/config.org
diff options
context:
space:
mode:
Diffstat (limited to '.config/qtile/config.org')
-rw-r--r--.config/qtile/config.org4
1 files changed, 3 insertions, 1 deletions
diff --git a/.config/qtile/config.org b/.config/qtile/config.org
index 54892f6..be587dc 100644
--- a/.config/qtile/config.org
+++ b/.config/qtile/config.org
@@ -250,7 +250,9 @@ screens = [
250 widget.Sep(**soft_sep), 250 widget.Sep(**soft_sep),
251 widget.Clock(format='📅 %B %-d, %H:%M', foreground=CYAN), 251 widget.Clock(format='📅 %B %-d, %H:%M', foreground=CYAN),
252 widget.Sep(**soft_sep), 252 widget.Sep(**soft_sep),
253 widget.CurrentScreen() 253 widget.CurrentScreen(),
254 widget.Sep(**soft_sep),
255 widget.Systray()
254 ], 256 ],
255 24, 257 24,
256 margin=8, 258 margin=8,