Update mowedline init

This commit is contained in:
Tom Willemse 2015-11-21 23:39:24 +01:00
parent 5f82d1e5dc
commit 2dbacd8ff5

View file

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