From 0f7d5744b9653e2fc5c9a21b3ef7e9426a7c1141 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Sun, 6 Jul 2025 18:11:40 -0700 Subject: [PATCH] Better height --- 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 aa1e473..18b5367 100755 --- a/bin/omarchy-power-menu +++ b/bin/omarchy-power-menu @@ -11,7 +11,7 @@ show_power_menu() { 󰐥 Shutdown" # 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 case "$selection" in