summaryrefslogtreecommitdiffstats
path: root/.config/qtile/config.py
diff options
context:
space:
mode:
Diffstat (limited to '.config/qtile/config.py')
-rw-r--r--.config/qtile/config.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/.config/qtile/config.py b/.config/qtile/config.py
index 0cdd232..abd9549 100644
--- a/.config/qtile/config.py
+++ b/.config/qtile/config.py
@@ -191,7 +191,9 @@ screens = [
191 widget.Sep(**soft_sep), 191 widget.Sep(**soft_sep),
192 widget.Clock(format='📅 %B %-d, %H:%M', foreground=CYAN), 192 widget.Clock(format='📅 %B %-d, %H:%M', foreground=CYAN),
193 widget.Sep(**soft_sep), 193 widget.Sep(**soft_sep),
194 widget.CurrentScreen() 194 widget.CurrentScreen(),
195 widget.Sep(**soft_sep),
196 widget.Systray()
195 ], 197 ],
196 24, 198 24,
197 margin=8, 199 margin=8,