mirror of
https://github.com/olexsmir/dotfiles.git
synced 2026-01-15 08:41:34 +02:00
refactor(waybar): move modules to sep files
This commit is contained in:
parent
c5b3d5be80
commit
993945b13e
3 changed files with 124 additions and 125 deletions
34
config/waybar/modules/hypr.json
Normal file
34
config/waybar/modules/hypr.json
Normal 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"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue