Waybar/resources/config

14 lines
250 B
Plaintext

{
"modules-left": ["workspaces"],
"modules-right": ["cpu", "memory", "battery", "clock"],
"cpu": {
"format": "{}% "
},
"memory": {
"format": "{}% "
},
"battery": {
"format": "{}% "
}
}