Image: Added --loop flag.

This commit is contained in:
Dylan Araps
2017-04-26 07:39:10 +10:00
parent eeaae2d554
commit a1d87ea105
3 changed files with 18 additions and 0 deletions

View File

@@ -540,6 +540,7 @@ disk_display="off"
# Backend Settings
# Image backend.
#
# Default: 'ascii'
@@ -602,6 +603,15 @@ ascii_bold="on"
# Image Options
# Image loop
# Setting this to on will make neofetch redraw the image constantly until
# Ctrl+C is pressed. This fixes display issues in some terminal emulators.
#
# Default: 'off'
# Values: 'on', 'off'
# Flag: --loop
image_loop="off"
# Thumbnail directory
#
# Default: '~/.cache/thumbnails/neofetch'