mirror of
https://github.com/rad4day/Waybar.git
synced 2023-12-21 10:22:59 +01:00
14 lines
250 B
Plaintext
14 lines
250 B
Plaintext
{
|
|
"modules-left": ["workspaces"],
|
|
"modules-right": ["cpu", "memory", "battery", "clock"],
|
|
"cpu": {
|
|
"format": "{}% "
|
|
},
|
|
"memory": {
|
|
"format": "{}% "
|
|
},
|
|
"battery": {
|
|
"format": "{}% "
|
|
}
|
|
}
|