AutoYADM commit: 2025-01-10 17:25:05

This commit is contained in:
Daniel Fichtinger 2025-01-10 17:25:05 -05:00
parent 529caa2b89
commit 5f5259f1d2
2 changed files with 19 additions and 2 deletions

View file

@ -76,3 +76,19 @@
// },
// },
// }
{
"layer": "top",
"modules-left": ["sway/workspaces", "sway/mode"],
"modules-center": ["sway/window"],
"modules-right": ["battery", "clock"],
"sway/window": {
"max-length": 50
},
"battery": {
"format": "{capacity}% {icon}",
"format-icons": ["", "", "", "", ""]
},
"clock": {
"format-alt": "{:%a, %d. %b %H:%M}"
}
}