From 6c1c829f869e07bcabf34f908db067b6a1e7a4a2 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Mon, 7 Jul 2025 11:19:29 -0700 Subject: [PATCH] Fix sorting code on power menu --- 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 5287a4c..2c77833 100755 --- a/bin/omarchy-power-menu +++ b/bin/omarchy-power-menu @@ -9,7 +9,7 @@ show_power_menu() { \u200C󰤄 Suspend \u200D Relaunch \u2060󰜉 Restart -󰐥\u2063 Shutdown" +\u2063󰐥 Shutdown" local selection=$(echo -e "$menu_options" | wofi --show dmenu --prompt "Power Options" --width 150 --height 195 -O alphabetical --style ~/.local/share/omarchy/config/wofi/omarchy-power-menu.css) case "$selection" in