diff options
Diffstat (limited to 'dotfiles/.config/waybar/config')
-rw-r--r-- | dotfiles/.config/waybar/config | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/dotfiles/.config/waybar/config b/dotfiles/.config/waybar/config index f3a71da..216120f 100644 --- a/dotfiles/.config/waybar/config +++ b/dotfiles/.config/waybar/config @@ -1,7 +1,7 @@ // vim: filetype=json { "layer": "top", - "height": 32, + "height": 36, "modules-left": [ "sway/workspaces", "niri/workspaces", @@ -34,7 +34,8 @@ "return-type": "json", "exec": "waybar-mpris --autofocus --text-format=\"%i [%p] %a - %t\" --tooltip-format=\"%t by %a from %A\n%p/%d\n(%P)\" --pause='<span color=\"#5b8277\"></span>' --play='' --max-title 30", "on-click": "lmc toggle", - "on-click-right": "lmc next" + "on-click-right": "lmc next", + "max-length": 80 }, "mpd": { "format": " {stateIcon} {consumeIcon}{randomIcon}{repeatIcon}{singleIcon} [{elapsedTime:%M:%S}] {artist} - {title}", |