add niri compositor with waybar and awww support

This commit is contained in:
2026-06-13 21:47:49 +02:00
parent adad726447
commit 0f330789d7
4 changed files with 152 additions and 0 deletions
+45
View File
@@ -0,0 +1,45 @@
{
"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/network", "cpu", "battery"],
"niri/workspaces": {
"disable-scroll": true
},
"clock": {
"format": "{:%y-%m-%d (%a w%V) %H:%M}",
"interval": 60
},
"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
}
}
}