{ "_comment": "jstm's waybar config", "layer": "top", "position": "top", "height": 30, "spacing": 4, "modules-left": ["hyprland/window"], "modules-center": ["mpris"], "modules-right": ["pulseaudio","clock","tray"], "hyprland/window": { "format": "βοΈ {}" }, "mpris": { "interval": 1, "player-icons": { "firefox": "π", "mpv": "π§οΈ", "vlc": "π§" }, "status-icons": { "playing": "βΆοΈ", "paused": "βΈοΈ", "stopped": "" }, "format": "{player_icon} {status_icon} {artist} - {title} ({position}/{length})", "ignored-players": ["firefox","vlc"] }, "tray": { // "icon-size": 21, "spacing": 10 }, "clock": { "interval": 1, "timezone": "Europe/Berlin", "format": "{:%H:%M:%S}" }, "pulseaudio": { "scroll-step": 5, "format": "{volume}% {icon} {format_source}", "format-bluetooth": "{volume}% {icon}ο {format_source}", "format-bluetooth-muted": "ο© {icon}ο {format_source}", "format-muted": "ο© {format_source}", "format-source": "{volume}% ο°", "format-source-muted": "ο±", "format-icons": { "headphone": "ο₯", "hands-free": "ο", "headset": "ο", "phone": "ο", "portable": "ο", "car": "οΉ", "default": ["ο¦", "ο§", "ο¨"] }, "on-click": "pavucontrol" } }