neofetch: Remove image size

When the viewport size is unknown, auto image sizing should be used,
since otherwise the image may appear too small or too large.
This commit is contained in:
Donovan Glover 2018-11-30 18:51:20 -05:00
parent 26c57a6b8d
commit 15e6e1b766
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -46,6 +46,5 @@ memory_display="bar"
# Image settings # Image settings
image_backend="kitty" image_backend="kitty"
image_size="46%"
# vim:ft=conf # vim:ft=conf