{ "layer": "top", "modules-left": ["custom/launcher","cpu","memory","tray"], "modules-center": ["hyprland/workspaces"], "modules-right": ["backlight","pulseaudio","clock", "battery","custom/power"], "pulseaudio": { "tooltip": false, "scroll-step": 5, "format": "{icon} {volume}%", "format-muted": "{icon} {volume}%", "on-click":"pactl set-sink-mute @DEFAULT_SINK@ toggle", "format-icons": { "default": ["", "", ""] } }, "hyprland/workspaces": { "format": "{icon}", "on-scroll-up": "hyprctl dispatch workspace e+1", "on-scroll-down": "hyprctl dispatch workspace e-1" }, "network": { "tooltip": false, "format-wifi": " {essid}", "format-ethernet": "" }, "backlight": { "tooltip": false, "format": " {}%", "interval":1, "on-scroll-up": "light -A 5", "on-scroll-down": "light -U 5" }, "battery": { "states": { "good": 95, "warning": 30, "critical": 20 }, "format": "{icon} {capacity}%", "format-charging": " {capacity}%", "format-plugged": " {capacity}%", "format-alt": "{time} {icon}", "format-icons": ["", "", "", "", ""] }, "tray":{ "icon-size":18, "spacing": 10 }, "clock": { "format": "{: %I:%M %p %m/%d/%Y}" }, "cpu": { "interval": 15, "format": " {}%", "max-length": 10 }, "memory": { "interval": 30, "format": " {}%", "max-length": 10 }, "custom/power":{ "format": " ", "on-click": "zsh ~/.local/bin/shutdownPrompt", } }