{ "margin-top": 0, "margin-left": 120, "margin-bottom": 0, "margin-right": 120, "height": 60, "layer": "top", "position": "top", "spacing": 15, "reload_style_on_change": true, "modules-left": ["custom/launcher", "clock", "clock#date"], "modules-center": ["hyprland/workspaces"], "modules-right": ["pulseaudio", "network", "battery", "tray", "custom/powermenu"], "hyprland/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" }, "custom/launcher": { "interval": "once", "format": "󰣇", "on-click": "nomarchy-menu", "tooltip-format": "Nomarchy menu" }, "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": "wpctl set-mute @DEFAULT_AUDIO_SINK@ toggle", "tooltip-format": "Playing at {volume}%" }, "network": { "format-wifi": " {signalStrength}%", "format-ethernet": "", "format-disconnected": "󰤭", "on-click": "sh -c '$TERMINAL -e nmtui'", "tooltip-format": "{ipaddr} via {gwaddr}" }, "battery": { "interval": 60, "states": { "warning": 30, "critical": 15 }, "max-length": 10, "format": "{icon} {capacity}%", "format-charging": " {capacity}%", "format-plugged": " {capacity}%", "format-full": " 100%", "format-icons": ["", "", "", "", ""], "on-click": "nomarchy-menu power", "tooltip-format": "Battery status" }, "clock": { "format": " {:%H:%M}", "tooltip": true, "tooltip-format": "{calendar}" }, "clock#date": { "format": " {:%A, %B %d, %Y}", "tooltip": false }, "tray": { "spacing": 8 }, "custom/powermenu": { "format": "", "on-click": "nomarchy-menu power", "tooltip": false } }