diff options
Diffstat (limited to '.config')
-rw-r--r-- | .config/qtile/config.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.config/qtile/config.py b/.config/qtile/config.py index 34b104d..fea7b4e 100644 --- a/.config/qtile/config.py +++ b/.config/qtile/config.py @@ -143,10 +143,11 @@ screens = [ ), # widget.CapsNumLockIndicator(), # widget.KeyboardLayout(), + widget.Spacer(length=10), + widget.Systray(), widget.Volume(), # widget.TextBox("default config", name="default"), # widget.TextBox("Press <M-r> to spawn", foreground="#d75f5f"), - widget.Systray(), # widget.Clock(format='%Y-%m-%d %a %I:%M %p'), widget.Clock(format='%A %d %b %I:%M %p'), # widget.QuickExit(), |