mirror of
https://github.com/dylanaraps/neofetch.git
synced 2025-12-24 20:34:57 +00:00
Merge pull request #41 from tudurom/master
Changed image cache location to `$HOME/.cache/thumbnails/fetch`
This commit is contained in:
@@ -198,7 +198,7 @@ prompt_height=1
|
||||
image="wall"
|
||||
|
||||
# Thumbnail directory
|
||||
imgtempdir="$HOME/.fetchimages"
|
||||
imgtempdir="$HOME/.cache/thumbnails/fetch"
|
||||
|
||||
# Image Backend
|
||||
# Which program to draw images with
|
||||
|
||||
Reference in New Issue
Block a user