{ "layer": "top", "position": "top", "height": 30, "spacing": 4, "modules-left": [ "hyprland/workspaces" ], "modules-center": [ "custom/weather", "hyprland/window" ], "modules-right": [ "custom/tailscale", "custom/almanta", "pulseaudio", "network", "cpu", "memory", "clock", "custom/jetbrains", "tray" ], "hyprland/workspaces": { "format": "{id}", "on-click": "activate" }, "hyprland/window": { "max-length": 50 }, "clock": { "format": "{:%H:%M}", "format-alt": "{:%Y-%m-%d %H:%M}", "tooltip-format": "{:%Y %B}\n{calendar}" }, "cpu": { "format": "{usage}% CPU", "tooltip": false }, "memory": { "format": "{}% MEM" }, "network": { "format-wifi": "{essid} ({signalStrength}%)", "format-ethernet": "{ipaddr}", "format-disconnected": "Disconnected", "tooltip-format": "{ifname}: {ipaddr}" }, "pulseaudio": { "format": "{volume}% VOL", "format-muted": "MUTED", "on-click": "spotify", "on-click-right": "pavucontrol" }, "tray": { "spacing": 10 }, "custom/almanta": { "format": "{}", "return-type": "json", "interval": 20, "exec": "~/.config/waybar/modules/almanta.sh", "on-click": "alacritty -e ssh espadon@almanta", "tooltip": true }, "custom/jetbrains": { "format": "JB", "tooltip": "Open JetBrains Toolbox", "on-click": "jetbrains-toolbox" }, "custom/weather": { "format": "{}", "return-type": "json", "interval": 1800, "exec": "~/.config/waybar/modules/weather.sh", "tooltip": true }, "custom/tailscale": { "format": "{}", "return-type": "json", "interval": 30, "exec": "~/.config/waybar/modules/tailscale.sh", "on-click": "alacritty -e bash -c 'tailscale status; read -p \"Press Enter to close...\"'", "tooltip": true } }