{ "layer": "top", "height": 32, "spacing": 20, "output": "eDP-1", "modules-left": [ "disk" ], "modules-right": [ "cpu", "memory#ram", "memory#swap", "custom/seperator", "backlight", "pulseaudio", "battery", "custom/seperator", "clock", "tray", "custom/user" ], "disk": { "interval": 30, "format": "{free} of {total} free", "path": "/", "tooltip": false }, "custom/user": { "exec": "/usr/bin/whoami", "interval": "once", "tooltip": false, }, "clock": { "interval": 1, "format": "{:%H:%M:%S %d %b %Y}", "tooltip": false }, "custom/seperator": { "format": "|", "tooltip": false }, "battery": { "interval": 30, "format-not-full": "BAT {capacity}% ({time})", "format-full": "BAT {capacity}% (FULL)", "states": { "full": 100, "not-full": 99 }, "format-time": "{H}:{m}", "tooltip": false }, "pulseaudio": { "format": "VOL {volume}%", "format-muted": "muted", "on-click": "amixer set Master toggle", "tooltip": false }, "backlight": { "format": "BRI {percent}%", "tooltip": false }, "memory#swap": { "format": "SWP {swapPercentage}%", "format-warning": "SWP {usage}%", "interval": 2, "states": { "warning": 90 }, "tooltip": false }, "memory#ram": { "format": "RAM {percentage}%", "format-warning": "RAM {usage}%", "interval": 2, "states": { "warning": 90 }, "tooltip": false }, "cpu": { "format": "CPU {usage}%", "format-warning": "CPU {usage}%", "interval": 2, "states": { "warning": 80 }, "tooltip": false } }