summaryrefslogtreecommitdiffstats
path: root/mowedline
diff options
context:
space:
mode:
authorGravatar Tom Willemse2015-09-03 16:01:14 +0200
committerGravatar Tom Willemse2015-09-03 16:01:14 +0200
commita867ea38e22f35cef06abe07dff47aacb80de64c (patch)
tree4be265cb41faa950ed2333d9563108fc8add3f97 /mowedline
parent261659cb0feee5b8d2f20f6bbf5b3df2cbbbc033 (diff)
downloaddotfiles-a867ea38e22f35cef06abe07dff47aacb80de64c.tar.gz
dotfiles-a867ea38e22f35cef06abe07dff47aacb80de64c.zip
Stop using background colors in mowedline
Diffstat (limited to 'mowedline')
-rw-r--r--mowedline/.config/mowedline/init.scm9
1 files changed, 3 insertions, 6 deletions
diff --git a/mowedline/.config/mowedline/init.scm b/mowedline/.config/mowedline/init.scm
index d56f04d..c4a39a8 100644
--- a/mowedline/.config/mowedline/init.scm
+++ b/mowedline/.config/mowedline/init.scm
@@ -54,8 +54,7 @@
'margin-right 15
'background 'transparent
(widget:text 'name "taglist"
- 'format (compose string-maybe-pad-left tag-list-formatter)
- 'background-color "#111111")
+ 'format (compose string-maybe-pad-left tag-list-formatter))
(widget:spacer 'flex 1)
(widget:text 'name "mpd"
'format (add-fa-icon "")
@@ -65,13 +64,11 @@
'background-color "#111111")
(widget:spacer 'width 5)
(widget:text 'name "email"
- 'format (compose text-maybe-pad-both (add-fa-icon ""))
- 'background-color "#111111")
+ 'format (compose text-maybe-pad-both (add-fa-icon "")))
(widget:spacer 'width 5)
(widget:flags 'name "keychain"
'font "FontAwesome-10"
'flags '(("Unlocked" . "")
- ("Locked" . ""))
- 'background-color "#111111")
+ ("Locked" . "")))
(widget:spacer 'width 5)
(widget:clock))