Merge branch 'master' of https://github.com/dylanaraps/neofetch
This commit is contained in:
commit
c8b7ed6d1b
4 changed files with 39 additions and 2 deletions
|
@ -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'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue