From c459e03d390c991d0f49d13483f4dc4c455ef515 Mon Sep 17 00:00:00 2001 From: Noah Penza Date: Mon, 7 Jul 2025 21:25:14 +1000 Subject: [PATCH] Change power menu css path --- bin/omarchy-power-menu | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/omarchy-power-menu b/bin/omarchy-power-menu index a393f8f..fdcb80e 100755 --- a/bin/omarchy-power-menu +++ b/bin/omarchy-power-menu @@ -11,7 +11,7 @@ show_power_menu() { \u2060󰜉 Restart (Ctrl + Super + Escape) 󰐥\u2063 Shutdown (Ctrl + Shift + Super + Escape)" # These first characters are invisible sort keys - local selection=$(echo -e "$menu_options" | wofi --show dmenu --prompt "Power Options" --width 500 --height 195 -O alphabetical --style ~/.config/wofi/omarchy-power-menu.css) + local selection=$(echo -e "$menu_options" | wofi --show dmenu --prompt "Power Options" --width 500 --height 195 -O alphabetical --style ~/.local/share/omarchy/config/wofi/omarchy-power-menu.css) case "$selection" in *Lock*) hyprlock ;;