{
"layer": "top",
"position": "top",
"modules-left": [
"workspaces",
"window",
"wifi",
"bluetooth"
],
"modules-center": [
"clock"
],
"modules-right": [
"cpu",
"memory"
],
"workspaces": {
"disable-scroll": true.
},
"clock": {
"format": "{:%Y-%m-%d %H:%M}"
},
"wifi": {
"interface": "wlan0",
"format": "{ssid}",
"format-connected": "{ssid} ({signalStrength}%)",
"signalStrengths": [20, 40, 60, 80]
},
"bluetooth": {
"format": "{name}",
"format-connected": "{name} ({battery}%)",
"format-disconnected": "Bluetooth"
},
"cpu": {
"format": "{usage}%",
"max": 100.
},
"memory": {
"format": "{used}/{total}MB",
"max": 8192.
}
}