Files
nixos-dotfiles/config/waybar/niri-config
T
2026-06-19 10:29:09 +02:00

53 lines
978 B
Plaintext

{
"layer": "top",
"position": "top",
"height": 24,
"margin-left": 250,
"margin-right": 250,
"modules-left": ["custom/nurgle", "niri/workspaces"],
"custom/nurgle": {
"format": " ",
"tooltip": false
},
"modules-center": ["clock"],
"modules-right": ["custom/weather", "custom/network", "cpu", "battery"],
"niri/workspaces": {
"disable-scroll": true
},
"clock": {
"format": "{:%y-%m-%d (%a w%V) %H:%M}",
"interval": 60
},
"custom/weather": {
"exec": "~/.local/bin/waybar-weather.sh",
"interval": 1800,
"format": "{}",
"tooltip": false
},
"custom/network": {
"exec": "~/.local/bin/waybar-network.sh",
"interval": 2,
"format": "{}"
},
"cpu": {
"format": "CPU {usage}%",
"interval": 2
},
"battery": {
"format": "󰁹 {capacity}%",
"format-charging": "󱐋 {capacity}%",
"format-full": "󰁹 FULL",
"states": {
"warning": 30,
"critical": 15
}
}
}