{ "margin-top": 0, "margin-left": 120, "margin-bottom": 0, "margin-right": 120, "height": 60, "layer": "bottom", "position": "top", "spacing": 15, "reload_style_on_change": true, "modules-left": [ "custom/launcher", "clock" ], "modules-center": [ "hyprland/workspaces" ], "modules-right": [ "custom/recording", "idle_inhibitor", "pulseaudio", "custom/powerprofile", "custom/nightlight", "hyprland/language", "custom/updates", "battery", "tray", "custom/vpn", "custom/airplane", "custom/doctor", "custom/notification", "custom/powermenu" ], "hyprland/workspaces": { "disable-scroll": true, "all-outputs": true, "on-click": "activate", "on-scroll-up": "hyprctl dispatch workspace r+1", "on-scroll-down": "hyprctl dispatch workspace r-1" }, "custom/launcher": { "interval": "once", "format": "\uf000", "on-click": "nomarchy-menu", "tooltip-format": "Nomarchy menu" }, "idle_inhibitor": { "format": "{icon}", "format-icons": { "activated": " \udb80\udd76 ", "deactivated": " \udb83\udfaa " } }, "pulseaudio": { "format": "{icon}{volume}%", "format-bluetooth": "{icon} \uf294 {volume}%", "format-bluetooth-muted": "\uf6a9 \uf294 muted", "format-muted": "\uf6a9 muted", "format-icons": { "headphone": "\uf025 ", "hands-free": "\uf025 ", "headset": "\uf025 ", "phone": "\uf095 ", "portable": "\uf095 ", "car": "\uf1b9 ", "default": [ "\uf026 ", "\uf027 ", "\uf028 " ] }, "on-click": "wpctl set-mute @DEFAULT_AUDIO_SINK@ toggle", "on-click-right": "pwvucontrol", "tooltip-format": "Playing at {volume}%" }, "battery": { "interval": 60, "states": { "warning": 25, "critical": 10 }, "max-length": 14, "format": "{icon}{capacity}%", "format-charging": "\uf0e7 {capacity}%", "format-plugged": "\uf1e6 {capacity}%", "tooltip-format-plugged": "Plugged in, not charging \u2014 held at {capacity}% by the battery charge cap\nCharging resumes ~10% below the cap \u00b7 click to adjust", "format-full": "\uf1e6 100%", "format-icons": [ "\uf244 ", "\uf243 ", "\uf242 ", "\uf241 ", "\uf240 " ], "on-click": "nomarchy-menu powermgmt", "tooltip-format": "Battery status" }, "clock": { "format": "\uf017 {:%H:%M \u00b7 %a %d %b}", "on-click": "nomarchy-calendar", "tooltip": true, "tooltip-format": "{:%A, %d %B %Y\n%Z (UTC%z)}" }, "tray": { "spacing": 8 }, "custom/powerprofile": { "return-type": "json", "interval": 5, "exec": "nomarchy-powerprofile-status", "on-click": "nomarchy-menu powermgmt" }, "custom/recording": { "return-type": "json", "interval": 10, "signal": 8, "exec": "nomarchy-record status", "on-click": "nomarchy-record stop" }, "custom/doctor": { "return-type": "json", "format": "{}", "interval": 300, "signal": 10, "exec": "nomarchy-doctor-status", "on-click": "nomarchy-menu doctor" }, "custom/vpn": { "return-type": "json", "interval": 5, "exec": "nomarchy-vpn-status", "on-click": "nomarchy-vpn" }, "hyprland/language": { "format": "\udb80\udf0c {short}", "tooltip": false }, "custom/nightlight": { "return-type": "json", "interval": 3, "exec": "nomarchy-nightlight status", "on-click": "nomarchy-nightlight toggle" }, "custom/updates": { "return-type": "json", "interval": 1800, "signal": 9, "exec": "nomarchy-updates status", "on-click": "nomarchy-updates upgrade-window" }, "custom/notification": { "format": "{icon}", "return-type": "json", "exec": "swaync-client -swb", "exec-if": "which swaync-client", "escape": true, "tooltip": true, "on-click": "swaync-client -t -sw", "on-click-right": "swaync-client -d -sw", "format-icons": { "none": "\uf0f3", "notification": "\uf0f3", "dnd-none": "\uf1f6", "dnd-notification": "\uf1f6", "inhibited-none": "\uf1f6", "inhibited-notification": "\uf1f6", "dnd-inhibited-none": "\uf1f6", "dnd-inhibited-notification": "\uf1f6" } }, "custom/powermenu": { "format": "\uf011", "on-click": "nomarchy-menu power", "tooltip": false }, "custom/airplane": { "return-type": "json", "interval": 5, "signal": 11, "exec": "nomarchy-airplane status", "on-click": "nomarchy-airplane toggle" } }