refactor(waybar): move modules to sep files

This commit is contained in:
Smirnov Oleksandr 2023-11-15 14:56:43 +02:00
parent c5b3d5be80
commit 993945b13e
3 changed files with 124 additions and 125 deletions

View file

@ -0,0 +1,34 @@
{
"hyprland/window": {
"max-length": "40"
},
"hyprland/workspaces": {
"active-only": false,
"all-outputs": true,
"disable-scroll": false,
"on-scroll-up": "hyprctl dispatch workspace -1",
"on-scroll-down": "hyprctl dispatch workspace +1",
"format": "{icon}",
"on-click": "activate",
"sort-by-number": true,
"persistent_workspaces": { "*": 9 },
"format-icons": {
"urgent": "",
"default": "",
"1": "󰅨",
"2": "󰖟",
"3": "",
"4": "󰠮",
"5": "",
"6": "󰅨",
"7": "󰎄"
}
},
"hyprland/language": {
"format": "󰌌 {}",
"format-uk": "укр",
"format-en": "eng"
}
}