{ "layer": "top", "position": "top", "height": 30, "spacing": 4, "modules-left": [ "wlr/workspaces", "hyprland/window" ], "modules-center": [ "battery", "cpu", "memory", "pulseaudio" ], "modules-right": [ "tray", "custom/power", "clock" ], "hyprland/window": { "format": "{}", "separate-outputs": true }, "custom/power": { "on-click": "wlogout -b 2", "format": "" }, "tray": { "icon-size": 15, "spacing": 10 }, "clock": { "tooltip-format": "{:%Y %B}\n{calendar}" }, "cpu": { "format": "{usage}% ", "tooltip": false, "on-click": "kitty -- auto-cpufreq --stats" }, "memory": { "format": "{}% " }, "battery": { "states": { "good": 80, "warning": 30, "critical": 15 }, "format": "{capacity}% {icon}", "format-charging": "{capacity}% ", "format-plugged": "{capacity}% ", "on-click": "kitty -- pkexec powertop", "format-icons": [ "", "", "", "", "" ] }, "pulseaudio": { "format": "{volume}% {icon}", "format-bluetooth": "{volume}% {icon} {format_source}", "format-bluetooth-muted": " {icon} {format_source}", "format-muted": "{format_source}", "format-source": "{volume}% ", "format-source-muted": "", "format-icons": { "default": [ "", "", "" ] }, "on-click": "pavucontrol" } }