dotfiles/config/waybar/modules/hypr.json (view raw)
| 1 | { |
| 2 | "hyprland/window": { |
| 3 | "max-length": "40" |
| 4 | }, |
| 5 | |
| 6 | "hyprland/workspaces": { |
| 7 | "on-scroll-up": "hyprctl dispatch workspace -1", |
| 8 | "on-scroll-down": "hyprctl dispatch workspace +1", |
| 9 | "format": "{icon}", |
| 10 | "on-click": "activate", |
| 11 | "sort-by": "number", |
| 12 | "persistent-workspaces": { "*": 9 }, |
| 13 | "format-icons": { |
| 14 | "urgent": "", |
| 15 | "default": "", |
| 16 | "1": "", |
| 17 | "2": "", |
| 18 | "3": "", |
| 19 | "4": "", |
| 20 | "5": "", |
| 21 | "6": "", |
| 22 | "7": "" |
| 23 | } |
| 24 | }, |
| 25 | |
| 26 | "hyprland/language": { |
| 27 | "format": " {}", |
| 28 | "format-uk": "укр", |
| 29 | "format-en": "eng" |
| 30 | } |
| 31 | } |