{ "hyprland/workspaces": { "format": "{}", "active-only": false, "sort-by-number": true, "on-click": "activate", "all-outputs": false }, "hyprland/window": { "format": "{title}", "max-length": 333, "seperate-outputs": true }, "tray": { "format": "{icon}", "icon-size": 14, "spacing": 5 }, "clock": { "format": "{:%I:%M %a %d}", "tooltip-format": "{calendar}", "calendar": { "mode": "month", "mode-mon-col": 3, "on-scroll": 1, "on-click-right": "mode", "format": { "months": "{}", "days": "{}", "weeks": "{%W}", "weekdays": "{}", "today": "{}" } }, "actions": { "on-click-middle": "mode", "on-click-right": "shift_up", "on-click": "shift_down" } /*"format-alt": "{:%H:%M}"*/ }, "cpu": { "format": " {usage}%" }, "memory": { "format": " {}%", "interval": 1 }, "pulseaudio": { "format": "{icon} {volume}% {format_source}", "format-bluetooth": "{icon} {volume}% {format_source}", "format-bluetooth-muted": "󰖁 {format_source}", "format-muted": "󰖁 {format_source}", "format-source": " {volume}%", "format-source-muted": "", "format-icons": { "headphone": "", "phone": "", "portable": "", "default": ["", "", ""] }, "on-click-left": "pavucontrol", "input": true }, "custom/power": { "format": "⏻ ", "tooltip": false, "menu": "on-click", "menu-file": "$HOME/.config/waybar/power_menu.xml", // Menu file in resources folder "menu-actions": { "shutdown": "shutdown", "reboot": "reboot", "suspend": "systemctl suspend", "hibernate": "systemctl hibernate" } } }