Fix sorting code on power menu

This commit is contained in:
David Heinemeier Hansson
2025-07-07 11:19:29 -07:00
parent 24f8c31b64
commit 6c1c829f86

View File

@ -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