Minor modifcations made for Niri.

This commit is contained in:
Derek Taylor
2026-01-07 19:01:35 -06:00
parent c1c2c5f7a3
commit 8be29c4700
+20 -2
View File
@@ -5,7 +5,8 @@
"height": 32, "height": 32,
"modules-left": [ "modules-left": [
"custom/logo", "custom/logo",
"hyprland/workspaces" "hyprland/workspaces",
"niri/workspaces"
], ],
"modules-center": [ "modules-center": [
], ],
@@ -43,6 +44,24 @@
//"active": "󱓻", //"active": "󱓻",
//"urgent": "󱓻" //"urgent": "󱓻"
}, },
},
"niri/workspaces": {
"on-click": "activate",
"disable-scroll": true,
"all-outputs": true,
"warp-on-scroll": false,
"format": "{name}: {icon}",
"format-icons": {
"default": "",
"1": "",
"2": "",
"3": "",
"4": "",
"5": "",
//"active": "󱓻",
//"urgent": "󱓻"
},
},
"persistent_workspaces": { "persistent_workspaces": {
"1": [], "1": [],
"2": [], "2": [],
@@ -53,7 +72,6 @@
"7": [], "7": [],
"8": [], "8": [],
"9": [] "9": []
}
}, },
"cpu": { "cpu": {
"format": "⧯ Cpu: {usage}%" , "format": "⧯ Cpu: {usage}%" ,