increases the theme menu width for additional characters

This commit is contained in:
Ryan Yogan
2025-07-17 21:49:46 -05:00
parent 276886af8e
commit 5252990396

View File

@ -22,7 +22,7 @@ mapfile -t themes < <(
selection=$(printf '%s\n' "${themes[@]}" | wofi \ selection=$(printf '%s\n' "${themes[@]}" | wofi \
--show dmenu \ --show dmenu \
--allow-markup \ --allow-markup \
--width 150 \ --width 200 \
--height 400 \ --height 400 \
-O alphabetical \ -O alphabetical \
--style ~/.config/wofi/select.css 2>/dev/null) --style ~/.config/wofi/select.css 2>/dev/null)