alacritty: Fix 'alchanger' script ommitting logs

This commit is contained in:
histalek 2022-03-14 08:48:31 +01:00
parent 70a24822e7
commit 7173d9c460
No known key found for this signature in database
GPG key ID: ED1D6449704FDE03

View file

@ -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