{ "layer": "top", "position": "top", "height": 26, "spacing": 3, "modules-left": [ "hyprland/workspaces" ], "modules-center": [ "clock" ], "modules-right": [ "wireplumber#sink", "wireplumber#source", "group/bat", "group/net" ], "group/bat": { "orientation": "horizontal", "modules": [ "battery" ] }, "group/net": { "orientation": "horizontal", "modules": [ "network" ] }, "hyprland/workspaces": { "format": "{name}", "sort-by-number": true, "persistent-workspaces": {} }, "clock": { "format": "{:%d.%m.%Y | %H:%M:%S}", "interval": 1 }, "wireplumber#sink": { "format": "{icon} {volume}%", "format-muted": "\uf026", "format-icons": [ "\uf027", "\uf028" ], "on-click": "~/.config/waybar/scripts/select-sink.sh", "on-click-right": "wpctl set-mute @DEFAULT_AUDIO_SINK@ toggle", "scroll-step": 5 }, "wireplumber#source": { "node-type": "Audio/Source", "format": "\uf130 {volume}%", "format-muted": "\uf131", "on-click": "~/.config/waybar/scripts/select-source.sh", "on-click-right": "wpctl set-mute @DEFAULT_AUDIO_SOURCE@ toggle", "scroll-step": 5 }, "battery": { "bat": "BAT0", "interval": 60, "format": "{icon} {capacity}%", "format-icons": [ "\uf244", "\uf243", "\uf242", "\uf241", "\uf240" ] }, "network": { "format": "", "format-ethernet": "\udb83\udc9d ", "format-wifi": "{icon} ", "format-disconnected": "\udb83\udc9c ", "format-icons": [ "\udb82\udd2f", "\udb82\udd1f", "\udb82\udd22", "\udb82\udd25", "\udb82\udd28" ], "tooltip-format-wifi": "{essid} ({signalStrength}%)", "tooltip-format-ethernet": "{ifname}", "tooltip-format-disconnected": "Disconnected" } }