Update mowedline init
This commit is contained in:
parent
5f82d1e5dc
commit
2dbacd8ff5
1 changed files with 5 additions and 8 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue