Remove spacers

This commit is contained in:
Tom Willemse 2016-06-17 01:31:14 +02:00
parent ec21b78114
commit 2123187afa

View file

@ -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))