Merge pull request #481 from dylanaraps/def_mode
Image: Change default mode to ascii
This commit is contained in:
commit
f8a111a0fe
1 changed files with 5 additions and 3 deletions
|
@ -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
|
||||||
#
|
#
|
||||||
|
|
Loading…
Reference in a new issue