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