Stop using background colors in mowedline

This commit is contained in:
Tom Willemse 2015-09-03 16:01:14 +02:00
parent 261659cb0f
commit a867ea38e2

View file

@ -54,8 +54,7 @@
'margin-right 15 'margin-right 15
'background 'transparent 'background 'transparent
(widget:text 'name "taglist" (widget:text 'name "taglist"
'format (compose string-maybe-pad-left tag-list-formatter) 'format (compose string-maybe-pad-left tag-list-formatter))
'background-color "#111111")
(widget:spacer 'flex 1) (widget:spacer 'flex 1)
(widget:text 'name "mpd" (widget:text 'name "mpd"
'format (add-fa-icon "") 'format (add-fa-icon "")
@ -65,13 +64,11 @@
'background-color "#111111") 'background-color "#111111")
(widget:spacer 'width 5) (widget:spacer 'width 5)
(widget:text 'name "email" (widget:text 'name "email"
'format (compose text-maybe-pad-both (add-fa-icon "")) 'format (compose text-maybe-pad-both (add-fa-icon "")))
'background-color "#111111")
(widget:spacer 'width 5) (widget:spacer 'width 5)
(widget:flags 'name "keychain" (widget:flags 'name "keychain"
'font "FontAwesome-10" 'font "FontAwesome-10"
'flags '(("Unlocked" . "") 'flags '(("Unlocked" . "")
("Locked" . "")) ("Locked" . "")))
'background-color "#111111")
(widget:spacer 'width 5) (widget:spacer 'width 5)
(widget:clock)) (widget:clock))