{ "layer": "top", "position": "top", "height": 30, "spacing": 4, "margin-top": 6, "margin-left": 10, "margin-right": 10, "modules-left": [ "hyprland/workspaces" ], "modules-center": [], "modules-right": [ "group/sysmonitor", "tray", "clock", "wireplumber" ], "group/sysmonitor": { "orientation": "horizontal", "modules": [ "cpu", "memory", "disk" ] }, "hyprland/workspaces": { "disable-scroll": true, "all-outputs": true, "format": "{name}", "sort-by-number": true }, "cpu": { "interval": 10, "format": "CPU {}%" }, "memory": { "interval": 30, "format": "MEM {}%" }, "disk": { "interval": 30, "format": "DSK {percentage_used}%", "path": "/" }, "tray": { "icon-size": 22, "spacing": 10 }, "clock": { "format": "{:%a %d-%m-%Y %I:%M %p}", "tooltip-format": "{calendar}", "calendar": { "format": { "today": "{}" } } }, "wireplumber": { "format": "{volume}% {icon}", "format-muted": "Muted 󰝟", "format-icons": ["", "", ""], "on-click": "wpctl set-mute @DEFAULT_AUDIO_SINK@ toggle", "on-scroll-up": "wpctl set-volume @DEFAULT_AUDIO_SINK@ 5%+", "on-scroll-down": "wpctl set-volume @DEFAULT_AUDIO_SINK@ 5%-" } }