22 lines
470 B
Plaintext
22 lines
470 B
Plaintext
{
|
|
"modules-left": ["workspaces"],
|
|
"modules-right": ["pulseaudio", "network", "cpu", "memory", "battery", "clock"],
|
|
"cpu": {
|
|
"format": "{}% "
|
|
},
|
|
"memory": {
|
|
"format": "{}% "
|
|
},
|
|
"battery": {
|
|
"format": "{}% "
|
|
},
|
|
"network": {
|
|
"interface": "wlp2s0",
|
|
"format": "{essid} ({signalStrength}dBm) "
|
|
},
|
|
"pulseaudio": {
|
|
"format": "{}% ",
|
|
"format-muted": ""
|
|
}
|
|
}
|