diff options
| author | krolxon <krolyxon@tutanota.com> | 2025-08-10 22:27:28 +0530 |
|---|---|---|
| committer | krolxon <krolyxon@tutanota.com> | 2025-08-10 22:27:28 +0530 |
| commit | 3ff9631193d46fb264d613045ce446225d0b829f (patch) | |
| tree | cfe082f90a093987ded58284a1262473024e8398 /.config/waybar/config.jsonc | |
| parent | feae8816a36a774b376b82f25e6ea51ff5311ee4 (diff) | |
waybar: some css changes for workspaces hover
Diffstat (limited to '.config/waybar/config.jsonc')
| -rw-r--r-- | .config/waybar/config.jsonc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.config/waybar/config.jsonc b/.config/waybar/config.jsonc index 8a8440f..f4f7f07 100644 --- a/.config/waybar/config.jsonc +++ b/.config/waybar/config.jsonc @@ -62,7 +62,8 @@ "show-special": false }, "hyprland/window": { - "format": " {}" + "format": " {}", + "max-length": 50 }, "tray": { "icon-size": 13, |
