Fix sorting code on power menu
This commit is contained in:
parent
24f8c31b64
commit
6c1c829f86
@ -9,7 +9,7 @@ show_power_menu() {
|
|||||||
\u200C Suspend
|
\u200C Suspend
|
||||||
\u200D Relaunch
|
\u200D Relaunch
|
||||||
\u2060 Restart
|
\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)
|
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
|
case "$selection" in
|
||||||
|
Loading…
x
Reference in New Issue
Block a user