{ "layer": "top", "position": "top", "height": 40, "spacing": 0, "exclusive": true, "gtk-layer-shell": true, "passthrough": false, "fixed-center": true, "modules-left": ["hyprland/workspaces"], "modules-center": ["custom/spotify"], "modules-right": [ "battery", "backlight", "pulseaudio", "clock", "clock#simpleclock", "tray", "custom/power", ], "custom/spotify": { "format": " {}", "return-type": "json", "on-click": "playerctl -p spotify play-pause", "on-click-right": "spotifatius toggle-liked", "on-click-middle": "playerctl -p spotify next", "exec": "spotifatius monitor", }, "hyprland/workspaces": { "on-click": "activate", "format": "{name}", "all-outputs": true, "disable-scroll": false, "active-only": false, }, "backlight": { "device": "amdgpu_b10", "format": "{icon} {percent}%", "format-icons": ["", "", "", "", "", "", "", "", ""] }, "battery": { "format": "{icon} {capacity}%", //"format-alt": "{time} {icon}", "format-icons": ["", "", "", "", "", "", "", "", "", "", ""], "format-charging": " {capacity}%" }, "tray": { "show-passive-items": true, "spacing": 10, }, "clock#simpleclock": { "tooltip": false, "format": " {:%H:%M}", }, "clock": { "format": " {:L%a %d %b}", "tooltip-format": "{:%Y %B}\n{calendar}", }, "pulseaudio": { "format": "{icon} {volume}%", "format-muted": " muted", "format-icons": { "headphone": "", "hands-free": "󰂑", "headset": "󰂑", "phone": "", "portable": "", "car": "", "default": ["", "", ""], }, "on-click": "pavucontrol", }, "custom/sep": { "format": "|", "tooltip": false, }, "custom/power": { "tooltip": false, "on-click": "wlogout -p layer-shell &", "format": "⏻ ", }, }