Reveal omarchy menu from waybar

This commit is contained in:
David Heinemeier Hansson 2025-08-04 19:50:49 +02:00
parent b4a6550b29
commit 9c4a45537a
2 changed files with 7 additions and 1 deletions

View File

@ -5,6 +5,7 @@
"spacing": 0, "spacing": 0,
"height": 26, "height": 26,
"modules-left": [ "modules-left": [
"custom/omarchy",
"hyprland/workspaces" "hyprland/workspaces"
], ],
"modules-center": [ "modules-center": [
@ -43,6 +44,11 @@
"5": [] "5": []
} }
}, },
"custom/omarchy": {
"format": "",
"on-click": "~/.local/share/omarchy/bin/omarchy-menu",
"tooltip": false
},
"custom/update": { "custom/update": {
"format": "", "format": "",
"exec": "~/.local/share/omarchy/bin/omarchy-update-available", "exec": "~/.local/share/omarchy/bin/omarchy-update-available",

View File

@ -37,7 +37,7 @@
#bluetooth, #bluetooth,
#pulseaudio, #pulseaudio,
#clock, #clock,
#custom-power-menu { #custom-omarchy {
min-width: 12px; min-width: 12px;
margin: 0 7.5px; margin: 0 7.5px;
} }