add niri compositor with waybar and awww support
This commit is contained in:
@@ -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
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user