almost usable

This commit is contained in:
2026-06-03 10:05:15 +02:00
parent 429805224d
commit 43ae60d979
6 changed files with 212 additions and 67 deletions
+32
View File
@@ -0,0 +1,32 @@
{
"layer": "top",
"position": "top",
"height": 24,
"modules-left": ["sway/workspaces"],
"modules-center": ["clock"],
"modules-right": ["cpu", "battery"],
"sway/workspaces": {
"disable-scroll": true
},
"clock": {
"format": "{:%y-%m-%d (%a w%V) %H:%M}",
"interval": 60
},
"cpu": {
"format": "CPU {usage}%",
"interval": 2
},
"battery": {
"format": "󰁹 {capacity}%",
"format-charging": "󱐋 {capacity}%",
"format-full": "󰁹 FULL",
"states": {
"warning": 30,
"critical": 15
}
}
}