alacritty: Make colorscript use fuzzel instead of rofi
This commit is contained in:
parent
83d134272f
commit
52271dd504
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ declare -a options=(
|
||||||
"quit"
|
"quit"
|
||||||
)
|
)
|
||||||
|
|
||||||
choice=$(printf '%s\n' "${options[@]}" | rofi -dmenu -i -l 20 -p 'Themes')
|
choice=$(printf '%s\n' "${options[@]}" | fuzzel --dmenu -l 20 --prompt='Themes')
|
||||||
|
|
||||||
if [[ "$choice" == quit ]]; then
|
if [[ "$choice" == quit ]]; then
|
||||||
echo "No Theme Chosen" && exit 1
|
echo "No Theme Chosen" && exit 1
|
||||||
|
|
Loading…
Add table
Reference in a new issue