Add power menu to waybar

This commit is contained in:
Noah Penza
2025-07-05 17:12:03 +10:00
parent 2d0f094449
commit 760f799943
3 changed files with 49 additions and 2 deletions

View File

@ -16,7 +16,8 @@
"pulseaudio",
"cpu",
"power-profiles-daemon",
"battery"
"battery",
"custom/power-menu"
],
"hyprland/workspaces": {
"on-click": "activate",
@ -121,5 +122,9 @@
"interval": 5,
"tooltip": true,
"tooltip-format": "{}"
},
"custom/power-menu": {
"format": "󰐥",
"on-click": "~/.local/share/omarchy/bin/omarchy-power-menu"
}
}