{ "layer": "top", "position": "top", "modules-left": ["custom/haskell", "hyprland/workspaces"], "modules-center": ["clock", "custom/bongobar"], "modules-right": ["pulseaudio", "backlight", "battery", "tray", "custom/lock", "custom/power"], "custom/haskell": { "format": "λ", "tooltip": false }, "hyprland/workspaces": { "disable-scroll": true, "format": "{id}", "on-click": "activate" }, "tray": { "icon-size": 21, "spacing": 10 }, "custom/music": { "format": "{}", "escape": true, "interval": 5, "tooltip": false, "exec": "playerctl metadata --format='{{ title }}'", "on-click": "playerctl play-pause", "max-length": 50 }, "clock": { "timezone": "Asia/Seoul", "tooltip-format": "{:%Y %B}\n{calendar}", "format-alt": "DATE {:%d/%m/%Y}", "format": "TIME {:%H:%M}" }, "backlight": { "device": "intel_backlight", "format": "BRI {percent}%" }, "battery": { "states": { "warning": 30, "critical": 15 }, "format": "BAT {capacity}%", "format-charging": "BAT {capacity}% +", "format-plugged": "BAT {capacity}% =" }, "pulseaudio": { "format": "VOL {volume}%", "format-muted": "VOL MUTE", "on-click": "pavucontrol" }, "custom/bongobar": { "exec": "$HOME/.cargo/bin/bongobar", "return-type": "json", "format": " {}", "restart-interval": 1, "tooltip": true, "escape": false }, "custom/lock": { "tooltip": false, "on-click": "sh -c '(sleep 0.5s; swaylock --grace 0)' & disown", "format": "LOCK" }, "custom/power": { "tooltip": false, "on-click": "wlogout &", "format": "PWR" } }