From 525299039680a677a6c0d00cbc693966d5dbd835 Mon Sep 17 00:00:00 2001 From: Ryan Yogan Date: Thu, 17 Jul 2025 21:49:46 -0500 Subject: [PATCH] increases the theme menu width for additional characters --- bin/omarchy-theme-menu | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/omarchy-theme-menu b/bin/omarchy-theme-menu index 63c3c94..7eefaaf 100755 --- a/bin/omarchy-theme-menu +++ b/bin/omarchy-theme-menu @@ -22,7 +22,7 @@ mapfile -t themes < <( selection=$(printf '%s\n' "${themes[@]}" | wofi \ --show dmenu \ --allow-markup \ - --width 150 \ + --width 200 \ --height 400 \ -O alphabetical \ --style ~/.config/wofi/select.css 2>/dev/null)