Waybar/resources/config

22 lines
468 B
Plaintext
Raw Normal View History

2018-08-09 10:05:48 +00:00
{
"modules-left": ["workspaces"],
2018-08-09 21:55:38 +00:00
"modules-right": ["pulseaudio", "network", "cpu", "memory", "battery", "clock"],
2018-08-09 11:30:11 +00:00
"cpu": {
"format": "{}% "
},
"memory": {
"format": "{}% "
},
"battery": {
"format": "{}% "
2018-08-09 14:38:24 +00:00
},
"network": {
"interface": "wlp2s0",
"format": "{essid} ({signalStrength}%) "
2018-08-09 21:55:38 +00:00
},
"pulseaudio": {
"format": "{}% ",
"format-muted": ""
2018-08-09 11:30:11 +00:00
}
2018-08-09 10:05:48 +00:00
}