{ "reload_style_on_change": true, "layer": "top", // Waybar at top layer "position": "top", // Waybar at the bottom of your screen // Bar height is based on the css font size. Don't forget to change the tray icon size! // "width": 1366, // Waybar width // Choose the order of the modules "modules-left": ["hyprland/workspaces", "tray", "hyprland/language"], "modules-right": ["pulseaudio", "network", "cpu", "memory", "battery", "clock", "group/power"], "modules-center": ["hyprland/window"], "hyprland/language": { "format": "{}", "format-en": "En", "format-ru": "Ru", }, "hyprland/workspaces": { "disable-scroll": true, "all-outputs": false, "active-only": false, "show-special": true, "format": "{name}" }, "tray": { "icon-size": 17, "spacing": 10 }, "clock": { "interval": 5, "format-alt": "{:%Y-%m-%d}", "tooltip-format": "{calendar}", "calendar": { "mode" : "month", "mode-mon-col" : 3, "weeks-pos" : "right", "on-scroll" : 1, "format": { "months": "{}", "days": "{}", "weeks": "W{}", "weekdays": "{}", "today": "{}" } } }, "cpu": { "format": "{usage}%  " }, "memory": { "format": "{}%  " }, "battery": { "interval": 5, "states": { "good": 90, "warning": 30, "critical": 15 }, "format": "{capacity}% {icon}", // "format-good": "", // An empty format will hide the module // "format-full": "", "format-icons": [" ", " ", " ", " ", " "] }, "network": { // "interface": "wlp2s0", // (Optional) To force the use of this interface "format-wifi": "{essid} ({signalStrength}%)  ", "format-ethernet": "{ifname}: {ipaddr}/{cidr}  ", "format-disconnected": "Disconnected ⚠ " }, "pulseaudio": { "scroll-step": 1, "format": "{volume}% {icon}", "format-bluetooth": "{volume}% {icon} ", "format-muted": " ", "format-icons": { "headphones": " ", "handsfree": " ", "headset": " ", "phone": " ", "portable": " ", "car": " ", "default": [" ", " "] }, "on-click": "pavucontrol" }, "group/power": { "orientation": "inherit", "drawer": { "transition-duration": 500, "children-class": "not-power", "transition-left-to-right": false, }, "modules": [ "custom/power", // First element is the "group leader" and won't ever be hidden "custom/exit", "custom/lock", "custom/reboot", ] }, "custom/exit": { "format": " 󰗼 ", "tooltip": false, "on-click": "hyprctl dispatch exit" }, "custom/lock": { "format": " 󰍁 ", "tooltip": false, "on-click": "hyprlock" }, "custom/reboot": { "format": " 󰜉 ", "tooltip": false, "on-click": "reboot" }, "custom/power": { "format": "  ", "tooltip": false, "on-click": "shutdown now" } }