From 34c34d8ecfb3f8bb887bacc7c42cac72a953f136 Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Sat, 3 Dec 2016 09:33:24 +1100 Subject: [PATCH] Image: Change default mode to ascii --- config/config | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/config/config b/config/config index 5334efa2..2bab2b15 100644 --- a/config/config +++ b/config/config @@ -478,10 +478,12 @@ disk_display="off" # Image Source # -# Default: 'wallpaper' -# Values: 'wallpaper', '/path/to/img', '/path/to/dir/', 'off' +# Default: 'ascii' +# Values: 'ascii', 'wallpaper', '/path/to/img', '/path/to/dir/', 'off' # Flag: --image -image_source="wallpaper" +# +# NOTE: Change this to 'wallpaper', '/path/to/img' or /path/to/dir/' to enable image mode. You can also launch neofetch with '--image wallpaper' and etc. +image_source="ascii" # Thumbnail directory #