Commit 34c34d8e authored by Dylan Araps's avatar Dylan Araps

Image: Change default mode to ascii

parent 4118ea0d
...@@ -478,10 +478,12 @@ disk_display="off" ...@@ -478,10 +478,12 @@ disk_display="off"
# Image Source # Image Source
# #
# Default: 'wallpaper' # Default: 'ascii'
# Values: 'wallpaper', '/path/to/img', '/path/to/dir/', 'off' # Values: 'ascii', 'wallpaper', '/path/to/img', '/path/to/dir/', 'off'
# Flag: --image # 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 # Thumbnail directory
# #
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment