{ "layer": "top", "position": "top", "height": 30, "modules-left": ["hyprland/workspaces", "hyprland/mode"], "modules-center": ["hyprland/window"], "modules-right": ["network", "cpu", "memory", "custom/gpu", "pulseaudio", "custom/usb", "clock", "tray"], "hyprland/workspaces": { "disable-scroll": true, "all-outputs": true, "format": "{name}" }, "clock": { "format": "{:%Y-%m-%d %H:%M}", "tooltip-format": "{:%Y %B}\n{calendar}" }, "cpu": { "format": "CPU {usage}%", "tooltip": false }, "memory": { "format": "RAM {}%" }, "network": { "format-wifi": " {essid} ({signalStrength}%)", "format-ethernet": "󰈀 {ifname}", "format-disconnected": "⚠ Disconnected" }, "pulseaudio": { "format": "{icon} {volume}%", "format-muted": "󰝟 Muted", "format-icons": { "default": ["", "", ""] }, "on-click": "pavucontrol", "on-click-right": "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%-" }, "custom/gpu": { "exec": "~/.config/waybar/scripts/gpu.sh", "interval": 5, "return-type": "json" }, "custom/usb": { "exec": "~/.config/waybar/scripts/usb.sh", "interval": 10, "return-type": "json", "on-click": "~/.config/waybar/scripts/usb.sh open", "on-click-right": "~/.config/waybar/scripts/usb.sh eject", "format": "{}", "tooltip": true } }