|
| 1 | +{ |
| 2 | + "reload_style_on_change": true, |
| 3 | + "layer": "top", |
| 4 | + "position": "top", |
| 5 | + "spacing": 0, |
| 6 | + "height": 26, |
| 7 | + "modules-left": ["custom/omarchy", "hyprland/workspaces", "hyprland/window"], |
| 8 | + "modules-center": ["clock", "custom/update", "custom/voxtype", "custom/screenrecording-indicator", "custom/idle-indicator", "custom/notification-silencing-indicator"], |
| 9 | + "modules-right": [ |
| 10 | + "group/tray-expander", |
| 11 | + "bluetooth", |
| 12 | + "network", |
| 13 | + "pulseaudio", |
| 14 | + "cpu", |
| 15 | + "battery" |
| 16 | + ], |
| 17 | + "hyprland/workspaces": { |
| 18 | + "on-click": "activate", |
| 19 | + "format": "{icon}", |
| 20 | + "format-icons": { |
| 21 | + "default": "", |
| 22 | + "1": "1", |
| 23 | + "2": "2", |
| 24 | + "3": "3", |
| 25 | + "4": "4", |
| 26 | + "5": "5", |
| 27 | + "6": "6", |
| 28 | + "7": "7", |
| 29 | + "8": "8", |
| 30 | + "9": "9", |
| 31 | + "10": "0", |
| 32 | + "active": "" |
| 33 | + }, |
| 34 | + "persistent-workspaces": { |
| 35 | + "1": [], |
| 36 | + "2": [], |
| 37 | + "3": [], |
| 38 | + "4": [], |
| 39 | + "5": [] |
| 40 | + } |
| 41 | + }, |
| 42 | + "custom/omarchy": { |
| 43 | + "format": "<span font='omarchy'>\ue900</span>", |
| 44 | + "on-click": "omarchy-menu", |
| 45 | + "on-click-right": "xdg-terminal-exec", |
| 46 | + "tooltip-format": "Omarchy Menu\n\nSuper + Alt + Space" |
| 47 | + }, |
| 48 | + "custom/update": { |
| 49 | + "format": "", |
| 50 | + "exec": "omarchy-update-available", |
| 51 | + "on-click": "omarchy-launch-floating-terminal-with-presentation omarchy-update", |
| 52 | + "tooltip-format": "Omarchy update available", |
| 53 | + "signal": 7, |
| 54 | + "interval": 3600 |
| 55 | + }, |
| 56 | + |
| 57 | + "cpu": { |
| 58 | + "interval": 5, |
| 59 | + "format": "", |
| 60 | + "on-click": "omarchy-launch-or-focus-tui btop" |
| 61 | + }, |
| 62 | + "clock": { |
| 63 | + "format": "{:L%A %H:%M}", |
| 64 | + "format-alt": "{:L%d %B W%V %Y}", |
| 65 | + "tooltip": false, |
| 66 | + "on-click-right": "omarchy-launch-floating-terminal-with-presentation omarchy-tz-select" |
| 67 | + }, |
| 68 | + "network": { |
| 69 | + "format-icons": ["", "", "", "", ""], |
| 70 | + "format": "{icon}", |
| 71 | + "format-wifi": "{icon}", |
| 72 | + "format-ethernet": "", |
| 73 | + "format-disconnected": "", |
| 74 | + "tooltip-format-wifi": "{essid} ({frequency} GHz)\n⇣{bandwidthDownBytes} ⇡{bandwidthUpBytes}", |
| 75 | + "tooltip-format-ethernet": "⇣{bandwidthDownBytes} ⇡{bandwidthUpBytes}", |
| 76 | + "tooltip-format-disconnected": "Disconnected", |
| 77 | + "interval": 3, |
| 78 | + "spacing": 1, |
| 79 | + "on-click": "omarchy-launch-wifi" |
| 80 | + }, |
| 81 | + "battery": { |
| 82 | + "format": "{capacity}% {icon}", |
| 83 | + "format-discharging": "{icon}", |
| 84 | + "format-charging": "{icon}", |
| 85 | + "format-plugged": "", |
| 86 | + "format-icons": { |
| 87 | + "charging": ["", "", "", "", "", "", "", "", "", ""], |
| 88 | + "default": ["", "", "", "", "", "", "", "", "", ""] |
| 89 | + }, |
| 90 | + "format-full": "", |
| 91 | + "tooltip-format-discharging": "{power:>1.0f}W↓ {capacity}%", |
| 92 | + "tooltip-format-charging": "{power:>1.0f}W↑ {capacity}%", |
| 93 | + "interval": 5, |
| 94 | + "on-click": "omarchy-menu power", |
| 95 | + "states": { |
| 96 | + "warning": 20, |
| 97 | + "critical": 10 |
| 98 | + } |
| 99 | + }, |
| 100 | + "bluetooth": { |
| 101 | + "format": "", |
| 102 | + "format-disabled": "", |
| 103 | + "format-off": "", |
| 104 | + "format-connected": "", |
| 105 | + "format-no-controller": "", |
| 106 | + "tooltip-format": "Devices connected: {num_connections}", |
| 107 | + "on-click": "omarchy-launch-bluetooth" |
| 108 | + }, |
| 109 | + "pulseaudio": { |
| 110 | + "format": "{icon}", |
| 111 | + "on-click": "omarchy-launch-audio", |
| 112 | + "on-click-right": "pamixer -t", |
| 113 | + "tooltip-format": "Playing at {volume}%", |
| 114 | + "scroll-step": 5, |
| 115 | + "format-muted": "", |
| 116 | + "format-icons": { |
| 117 | + "headphone": "", |
| 118 | + "headset": "", |
| 119 | + "default": ["", "", ""] |
| 120 | + } |
| 121 | + }, |
| 122 | + "group/tray-expander": { |
| 123 | + "orientation": "inherit", |
| 124 | + "drawer": { |
| 125 | + "transition-duration": 600, |
| 126 | + "children-class": "tray-group-item" |
| 127 | + }, |
| 128 | + "modules": ["custom/expand-icon", "tray"] |
| 129 | + }, |
| 130 | + "custom/expand-icon": { |
| 131 | + "format": " ", |
| 132 | + "tooltip": false |
| 133 | + }, |
| 134 | + "custom/screenrecording-indicator": { |
| 135 | + "on-click": "omarchy-cmd-screenrecord", |
| 136 | + "exec": "$OMARCHY_PATH/default/waybar/indicators/screen-recording.sh", |
| 137 | + "signal": 8, |
| 138 | + "return-type": "json" |
| 139 | + }, |
| 140 | + "custom/voxtype": { |
| 141 | + "exec": "omarchy-voxtype-status", |
| 142 | + "return-type": "json", |
| 143 | + "format": "{icon}", |
| 144 | + "format-icons": { |
| 145 | + "idle": "", |
| 146 | + "recording": "", |
| 147 | + "transcribing": "" |
| 148 | + }, |
| 149 | + "tooltip": true, |
| 150 | + "on-click-right": "omarchy-voxtype-config", |
| 151 | + "on-click": "omarchy-voxtype-model" |
| 152 | + }, |
| 153 | + "custom/idle-indicator": { |
| 154 | + "on-click": "omarchy-toggle-idle", |
| 155 | + "exec": "$OMARCHY_PATH/default/waybar/indicators/idle.sh", |
| 156 | + "signal": 9, |
| 157 | + "return-type": "json" |
| 158 | + }, |
| 159 | + "custom/notification-silencing-indicator": { |
| 160 | + "on-click": "omarchy-toggle-notification-silencing", |
| 161 | + "exec": "$OMARCHY_PATH/default/waybar/indicators/notification-silencing.sh", |
| 162 | + "signal": 10, |
| 163 | + "return-type": "json" |
| 164 | + }, |
| 165 | + "tray": { |
| 166 | + "icon-size": 12, |
| 167 | + "spacing": 12 |
| 168 | + } |
| 169 | + ,"hyprland/window": { |
| 170 | + "format": "{}", |
| 171 | + "max-length": 40, |
| 172 | + "tooltip": false |
| 173 | + } |
| 174 | +} |
0 commit comments