33 lines
564 B
Plaintext
33 lines
564 B
Plaintext
{
|
|
"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
|
|
}
|
|
}
|
|
}
|