// ~/.config/waybar/config.jsonc { "layer": "top", "position": "top", "height": 35, "modules-left": ["hyprland/workspaces", "hyprland/window"], "modules-center": [], "modules-right": ["tray", "wireplumber", "network", "cpu", "memory", "custom/tlp", "battery", "clock", "custom/power"], "hyprland/workspaces": { "format": "{icon}", "on-click": "activate" }, "hyprland/window": { "format": "{}", "max-length": 35 }, "clock": { "format": "{:%I:%M %p}", "format-alt": "{:%a, %b %d}", "tooltip-format": "{:%Y %B}\n{calendar}" }, "cpu": { "format": "CPU: {usage}%", "tooltip": true }, "memory": { "format": "MEM: {}%" }, "network": { "format-wifi": "{essid} ({signalStrength}%): {ipaddr}", "format-ethernet": "{ifname}: {ipaddr}", "format-disconnected": "Disconnected", "tooltip-format": "{ifname} via {gwaddr}", }, "wireplumber": { "format": "{icon} {volume}%", "format-bluetooth": "󰂰", "nospacing": 1, "tooltip-format": "Volume : {volume}%", "format-muted": "󰝟", "format-icons": { "headphone": "", "default": ["󰖀","󰕾",""] }, "on-click": "pamixer -t", "scroll-step": 1 }, "pulseaudio": { "format": "{icon} {volume}%", "format-muted": " Muted", "format-icons": { "headphone": "", "hands-free": "", "headset": "", "phone": "", "portable": "", "car": "", "default": ["", ""] }, "on-click": "pavucontrol" }, "tray": { "icon-size": 18, "spacing": 10 }, "custom/power": { "format": "", "tooltip": false, "on-click": "~/.config/hypr/scripts/powermenu.sh" }, "custom/tlp": { "format": "{}", "exec": "~/.config/waybar/scripts/tlp-profile.sh", "return-type": "json", "interval": 10 }, "battery": { "states": { "warning": 30, "critical": 15 }, "format": "{capacity}%", "format-charging": "{capacity}%", "format-plugged": "{capacity}%", "format-alt": "{time} {icon}", "format-full": "{capacity}%", "format-icons": ["", "", "", "", ""] }, }