From 100ef7a4b06a675fcbbff837121429e8bc5db900 Mon Sep 17 00:00:00 2001 From: notohh Date: Fri, 14 Apr 2023 20:16:34 -0400 Subject: [PATCH] feat: set image_backend --- home/neofetch/config.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/home/neofetch/config.conf b/home/neofetch/config.conf index 0c23bc8..644bfa4 100644 --- a/home/neofetch/config.conf +++ b/home/neofetch/config.conf @@ -654,7 +654,7 @@ disk_display="off" # Values: 'ascii', 'caca', 'chafa', 'jp2a', 'iterm2', 'off', # 'pot', 'termpix', 'pixterm', 'tycat', 'w3m', 'kitty' # Flag: --backend -image_backend="kitty" +image_backend="ascii" # Image Source # @@ -668,7 +668,7 @@ image_backend="kitty" # NOTE: 'auto' will pick the best image source for whatever image backend is used. # In ascii mode, distro ascii art will be used and in an image mode, your # wallpaper will be used. -image_source="auto" +image_source="" ##--------- Ascii Options