Better height

This commit is contained in:
David Heinemeier Hansson
2025-07-06 18:11:40 -07:00
parent 19c2c708b6
commit 0f7d5744b9

View File

@ -11,7 +11,7 @@ show_power_menu() {
󰐥 Shutdown" 󰐥 Shutdown"
# Show menu and get selection # Show menu and get selection
local selection=$(echo -e "$menu_options" | wofi --show dmenu --prompt "Power Options" --width 200 --height 250) local selection=$(echo -e "$menu_options" | wofi --show dmenu --prompt "Power Options" --width 200 --height 210)
if [ -n "$selection" ]; then if [ -n "$selection" ]; then
case "$selection" in case "$selection" in