{ "margin-top": 0, "margin-left": 120, "margin-bottom": 0, "margin-right": 120, "height": 60, "layer": "top", "position": "top", "spacing": 15, "modules-left": ["custom/launcher", "clock", "clock#date"], "modules-center": ["wlr/workspaces"], "modules-right": ["custom/update", "pulseaudio", "network", "battery", "custom/powermenu"], "wlr/workspaces": { "disable-scroll": true, "all-outputs": true, "on-click": "activate", "on-scroll-up": "hyprctl dispatch workspace e+1", "on-scroll-down": "hyprctl dispatch workspace e-1", "persistent_workspaces": { "1": [], "2": [], "3": [], "4": [], "5": [], "6": [], "7": [], "8": [], "9": [], "10": [] } }, "custom/launcher": { "interval": "once", "format": "󰣇", "on-click": "nomarchy-menu", "tooltip-format": "Nomarchy Menu\n\nSuper + Shift + Space" }, "custom/update": { "format": "", "exec": "nomarchy-update-available", "on-click": "nomarchy-launch-floating-terminal-with-presentation nomarchy-update", "tooltip-format": "Nomarchy update available", "signal": 7, "interval": 21600 }, "backlight": { "max-length": "4", "format": "{icon}", "tooltip-format": "{percent}%", "format-icons": ["","","","", "", "", ""], "on-click": "", "on-scroll-up": "brightnessctl set 10%-", "on-scroll-down": "brightnessctl set +10%" }, "memory": { "interval": 30, "format": " {}%", "format-alt":" {used:0.1f}G", "max-length": 10 }, "custom/dunst": { "exec": "~/.config/waybar/scripts/dunst.sh", "on-click": "dunstctl set-paused toggle", "restart-interval": 1, "tooltip": false }, "pulseaudio": { "format": "{icon} {volume}%", "format-bluetooth": "{icon}  {volume}%", "format-bluetooth-muted": "婢  muted", "format-muted": "婢 muted", "format-icons": { "headphone": "", "hands-free": "", "headset": "", "phone": "", "portable": "", "car": "", "default": ["", "", ""] }, "on-click": "nomarchy-launch-audio", "on-click-right": "pamixer -t", "tooltip-format": "Playing at {volume}%\n\nSuper + Ctrl + A" }, "network": { "format-wifi": " {signalStrength}%", "format-ethernet": " {signalStrength}%", "format-disconnected": "󰤭", "on-click": "nomarchy-launch-wifi", "tooltip-format": "Wifi controls\n\nSuper + Ctrl + W" }, "battery": { "bat": "BAT0", "adapter": "ADP0", "interval": 60, "states": { "warning": 30, "critical": 15 }, "max-length": 10, "format": "{icon} {capacity}%", "format-warning": "{icon} {capacity}%", "format-critical": "{icon} {capacity}%", "format-charging": " {capacity}%", "format-plugged": " {capacity}%", "format-alt": "{icon} {capacity}%", "format-full": " 100%", "format-icons": ["", "", "", "", "", "", "", "", "", ""], "tooltip-format": "Battery Status\n\nSuper + Ctrl + Alt + B" }, "clock": { "format": " {:%H:%M}", "tooltip": true, "tooltip-format": "Show time\n\nSuper + Ctrl + Alt + T" }, "clock#date": { "format": " {:%A, %B %d, %Y}", "tooltip": true, "tooltip-format": "Show time\n\nSuper + Ctrl + Alt + T", "on-click": "nomarchy-launch-or-focus-tui calcurse" }, "custom/powermenu": { "format": "", "on-click": "nomarchy-menu power", "tooltip": false } }