From db4838a2afa65631fc8113d382a53cbcdc026923 Mon Sep 17 00:00:00 2001 From: Tudor Date: Sun, 31 Jan 2016 12:19:04 +0200 Subject: [PATCH 1/2] Changed image cache location --- config/config | 2 +- fetch | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/config/config b/config/config index 4fe1de24..ec20e278 100644 --- a/config/config +++ b/config/config @@ -198,7 +198,7 @@ prompt_height=1 image="wall" # Thumbnail directory -imgtempdir="$HOME/.fetchimages" +imgtempdir="$HOME/.cache/thumbnails" # Image Backend # Which program to draw images with diff --git a/fetch b/fetch index 8fe47a7d..eca2d246 100755 --- a/fetch +++ b/fetch @@ -218,7 +218,7 @@ prompt_height=1 image="wall" # Thumbnail directory -imgtempdir="$HOME/.fetchimages" +imgtempdir="$HOME/.cache/thumbnails/fetch" # Image Backend # Which program to draw images with From ae615c1bc9e6babd7eaa72a128db84627263b389 Mon Sep 17 00:00:00 2001 From: Tudor Date: Sun, 31 Jan 2016 12:23:08 +0200 Subject: [PATCH 2/2] Sorry --- config/config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/config b/config/config index ec20e278..8e91d69b 100644 --- a/config/config +++ b/config/config @@ -198,7 +198,7 @@ prompt_height=1 image="wall" # Thumbnail directory -imgtempdir="$HOME/.cache/thumbnails" +imgtempdir="$HOME/.cache/thumbnails/fetch" # Image Backend # Which program to draw images with