Waybar/resources/config

14 lines
250 B
Plaintext
Raw Normal View History

2018-08-09 10:05:48 +00:00
{
"modules-left": ["workspaces"],
2018-08-09 11:30:11 +00:00
"modules-right": ["cpu", "memory", "battery", "clock"],
"cpu": {
"format": "{}% "
},
"memory": {
"format": "{}% "
},
"battery": {
"format": "{}% "
}
2018-08-09 10:05:48 +00:00
}