summaryrefslogtreecommitdiffstats
path: root/mowedline
diff options
context:
space:
mode:
authorGravatar Tom Willemse2015-11-21 23:39:24 +0100
committerGravatar Tom Willemse2015-11-21 23:39:24 +0100
commit2dbacd8ff5206951d7c859f3e58b7397276e8e88 (patch)
treefb774aa6d91b43fa21010a02865f1d1357461fb3 /mowedline
parent5f82d1e5dcbe076d2a9ed0c915f9508b98ef363c (diff)
downloaddotfiles-2dbacd8ff5206951d7c859f3e58b7397276e8e88.tar.gz
dotfiles-2dbacd8ff5206951d7c859f3e58b7397276e8e88.zip
Update mowedline init
Diffstat (limited to 'mowedline')
-rw-r--r--mowedline/.config/mowedline/init.scm13
1 files changed, 5 insertions, 8 deletions
diff --git a/mowedline/.config/mowedline/init.scm b/mowedline/.config/mowedline/init.scm
index e8dfe63..edc3302 100644
--- a/mowedline/.config/mowedline/init.scm
+++ b/mowedline/.config/mowedline/init.scm
@@ -40,19 +40,16 @@
(window
'position 'bottom
- 'width 1890
+ 'width 1859
'margin-bottom 15
- 'margin-left 15
+ 'margin-left 46
'margin-right 15
'background 'transparent
- (widget:text 'name "taglist"
- 'format (compose text-maybe-pad-left tag-list-formatter))
- (widget:spacer 'width 5)
- (widget:active-window-title)
+ (widget:text 'name "taglist" 'format tag-list-formatter)
+ (widget:active-window-title 'format text-maybe-pad-left)
(widget:spacer 'flex 1)
(widget:text 'name "mpd"
- 'format (add-fa-icon "")
- 'background-color "#111111")
+ 'format (add-fa-icon ""))
(widget:spacer 'width 5)
(widget:text 'name "irclist" 'format identity)
(widget:spacer 'width 5)