Waybar/resources/config

18 lines
343 B
Plaintext
Raw Normal View History

2018-08-09 10:05:48 +00:00
{
"modules-left": ["workspaces"],
2018-08-09 14:38:24 +00:00
"modules-right": ["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": "{} "
2018-08-09 11:30:11 +00:00
}
2018-08-09 10:05:48 +00:00
}