From 740855bda242d87c56197a31b30ee638bf5e336a Mon Sep 17 00:00:00 2001 From: Mateja Date: Tue, 1 Sep 2020 16:33:37 +0200 Subject: qtile bar spacer --- .config/qtile/config.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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(), -- cgit v1.2.3