alacritty: Fix 'alchanger' script ommitting logs
This commit is contained in:
parent
70a24822e7
commit
7173d9c460
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ declare -a options=(
|
|||
"quit"
|
||||
)
|
||||
|
||||
choice=$(printf '%s\n' "${options[@]}" | fuzzel --dmenu -l 20 --prompt='Themes')
|
||||
choice=$(printf '%s\n' "${options[@]}" | fuzzel --dmenu --log-level=none -l 20 --prompt='Themes')
|
||||
|
||||
if [[ "$choice" == quit ]]; then
|
||||
echo "No Theme Chosen" && exit 1
|
||||
|
|
Loading…
Add table
Reference in a new issue