almost usable
This commit is contained in:
@@ -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
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user