// ~/.config/waybar/config.jsonc { "layer": "top", "position": "top", "height": 35, "modules-left": ["hyprland/workspaces", "hyprland/window"], "modules-center": ["clock"], "modules-right": ["tray", "pulseaudio", "network", "cpu", "memory", "custom/tlp", "battery", "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}", }, "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": ["", "", "", "", ""] }, }