2018-08-09 12:05:48 +02:00
|
|
|
{
|
|
|
|
"modules-left": ["workspaces"],
|
2018-08-09 13:30:11 +02:00
|
|
|
"modules-right": ["cpu", "memory", "battery", "clock"],
|
|
|
|
"cpu": {
|
|
|
|
"format": "{}% "
|
|
|
|
},
|
|
|
|
"memory": {
|
|
|
|
"format": "{}% "
|
|
|
|
},
|
|
|
|
"battery": {
|
|
|
|
"format": "{}% "
|
|
|
|
}
|
2018-08-09 12:05:48 +02:00
|
|
|
}
|