dotfiles/config/waybar/modules/niri.json
Olexandr Smirnov 152c5ba57f
niri: workspaces order; window-rules
- move the "laptop" workspace to the end, so it does mess up with order
of the main workspaces
- remove window rules that i dont use
2025-07-13 13:22:10 +03:00

18 lines
316 B
JSON

{
"niri/workspaces": {
"format": "{icon}",
"format-icons": {
"tools": "󰅨",
"web": "󰖟",
"dev": "",
"misc": "",
"laptop": "",
"default": ""
}
},
"niri/language": {
"format": "󰌌 {}",
"format-uk": "укр",
"format-en": "eng"
}
}