From 2123187afab63a05dbd369ff598f28d28f1cfbcc Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Fri, 17 Jun 2016 01:31:14 +0200 Subject: Remove spacers --- mowedline/.config/mowedline/init.scm | 4 ---- 1 file changed, 4 deletions(-) diff --git a/mowedline/.config/mowedline/init.scm b/mowedline/.config/mowedline/init.scm index edc3302..dca3699 100644 --- a/mowedline/.config/mowedline/init.scm +++ b/mowedline/.config/mowedline/init.scm @@ -50,12 +50,9 @@ (widget:spacer 'flex 1) (widget:text 'name "mpd" 'format (add-fa-icon "")) - (widget:spacer 'width 5) (widget:text 'name "irclist" 'format identity) - (widget:spacer 'width 5) (widget:text 'name "email" 'format (compose text-maybe-pad-both (add-fa-icon ""))) - (widget:spacer 'width 5) (widget:flags 'name "cam-status" 'font "FontAwesome-10" 'flags '(("suspended" color "#a88654" "") @@ -65,5 +62,4 @@ 'font "FontAwesome-10" 'flags '(("Unlocked" color "#65a854" "") ("Locked" color "#a85454" ""))) - (widget:spacer 'width 5) (widget:clock)) -- cgit v1.2.3-54-g00ecf