Waybar
Waybar copied to clipboard
Adding max-length to the wrl-taskbar title format.
"wlr/taskbar": { "format": "{icon} {title}", "max-length": "10", "icon-size": 18, "icon-theme": "${Numix-Circle}", "spacing": 15, "tooltip-format": "{title}", "on-click": "activate", "on-click-middle": "close", "on-click-right": "fullscreen" }
it would be nice to limit the amount of the characters shown for the wrl-taskbar module, format -title
You can.
"format": "{icon} {title:.4}",
Will limit it to 4 characters.