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

View File

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