mirror of
https://github.com/basecamp/omarchy.git
synced 2025-07-27 12:19:24 +00:00
increases the theme menu width for additional characters
This commit is contained in:
@ -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)
|
||||||
|
Reference in New Issue
Block a user