mirror of
https://github.com/dylanaraps/neofetch.git
synced 2025-12-16 00:47:13 +00:00
Changed image cache location
This commit is contained in:
@@ -198,7 +198,7 @@ prompt_height=1
|
|||||||
image="wall"
|
image="wall"
|
||||||
|
|
||||||
# Thumbnail directory
|
# Thumbnail directory
|
||||||
imgtempdir="$HOME/.fetchimages"
|
imgtempdir="$HOME/.cache/thumbnails"
|
||||||
|
|
||||||
# Image Backend
|
# Image Backend
|
||||||
# Which program to draw images with
|
# Which program to draw images with
|
||||||
|
|||||||
2
fetch
2
fetch
@@ -218,7 +218,7 @@ prompt_height=1
|
|||||||
image="wall"
|
image="wall"
|
||||||
|
|
||||||
# Thumbnail directory
|
# Thumbnail directory
|
||||||
imgtempdir="$HOME/.fetchimages"
|
imgtempdir="$HOME/.cache/thumbnails/fetch"
|
||||||
|
|
||||||
# Image Backend
|
# Image Backend
|
||||||
# Which program to draw images with
|
# Which program to draw images with
|
||||||
|
|||||||
Reference in New Issue
Block a user