mirror of
https://mzte.de/git/LordMZTE/dotfiles.git
synced 2024-11-11 20:43:00 +01:00
waybar: limit mpris title length
This commit is contained in:
parent
d6008d9d17
commit
214be6c223
1 changed files with 2 additions and 1 deletions
|
@ -44,7 +44,8 @@ end
|
|||
:dynamic-order [:title :artist :position :length]
|
||||
:dynamic-importance-order [:position :length :artist :album]
|
||||
:status-icons {:playing "" :paused "" :stopped ""}
|
||||
:dynamic-len 24
|
||||
:title-len 32
|
||||
:dynamic-len 64
|
||||
:dynamic-separators " "}
|
||||
:gamemode {:format "{glyph} {count}"}
|
||||
:tray {:spacing 10}
|
||||
|
|
Loading…
Reference in a new issue