summaryrefslogtreecommitdiffstats
path: root/mowedline
diff options
context:
space:
mode:
Diffstat (limited to 'mowedline')
-rw-r--r--mowedline/.config/mowedline/init.scm14
1 files changed, 7 insertions, 7 deletions
diff --git a/mowedline/.config/mowedline/init.scm b/mowedline/.config/mowedline/init.scm
index b3a629c..d56f04d 100644
--- a/mowedline/.config/mowedline/init.scm
+++ b/mowedline/.config/mowedline/init.scm
@@ -52,26 +52,26 @@
'margin-bottom 15
'margin-left 15
'margin-right 15
- 'background 'inherit
+ 'background 'transparent
(widget:text 'name "taglist"
'format (compose string-maybe-pad-left tag-list-formatter)
- 'background-color "#3d3d3d")
+ 'background-color "#111111")
(widget:spacer 'flex 1)
(widget:text 'name "mpd"
'format (add-fa-icon "")
- 'background-color "#3d3d3d")
+ 'background-color "#111111")
(widget:spacer 'width 5)
(widget:text 'name "irclist"
- 'background-color "#3d3d3d")
+ 'background-color "#111111")
(widget:spacer 'width 5)
(widget:text 'name "email"
'format (compose text-maybe-pad-both (add-fa-icon ""))
- 'background-color "#3d3d3d")
+ 'background-color "#111111")
(widget:spacer 'width 5)
(widget:flags 'name "keychain"
'font "FontAwesome-10"
'flags '(("Unlocked" . "")
("Locked" . ""))
- 'background-color "#3d3d3d")
+ 'background-color "#111111")
(widget:spacer 'width 5)
- (widget:clock 'background-color "#3d3d3d"))
+ (widget:clock))