AutoYADM commit: 2025-02-26 10:45:18

This commit is contained in:
Daniel Fichtinger 2025-02-26 10:45:18 -05:00
parent 1208eb4165
commit 2a18b985c5

View file

@ -1,11 +1,11 @@
{ {
"layer": "top", "layer": "top",
"modules-left": [ "modules-left": [
"sway/workspaces", "niri/workspaces",
"sway/mode" "sway/mode"
], ],
"modules-center": [ "modules-center": [
"sway/window" "niri/window"
], ],
"modules-right": [ "modules-right": [
"cpu", "cpu",
@ -15,25 +15,22 @@
"tray", "tray",
"clock" "clock"
], ],
"sway/window": { "niri/window": {
"max-length": 50 "max-length": 50
}, },
// "niri/workspaces": {
// "disable-scroll": false,
// },
"niri/workspaces": { "niri/workspaces": {
"format": "{icon}", // "format": "{icon}",
"format-icons": { // "format-icons": {
// Named workspaces // // Named workspaces
// (you need to configure them in niri) // // (you need to configure them in niri)
"browser": "", // "browser": "",
"discord": "", // "discord": "",
"chat": "<b></b>", // "chat": "<b></b>",
// Icons by state // // Icons by state
"active": "", // "active": "",
"default": "" // "default": ""
} // }
} },
// "sway/workspaces": { // "sway/workspaces": {
// "disable-scroll" : false, // "disable-scroll" : false,
// }, // },