summaryrefslogtreecommitdiff
path: root/src/caelestia/utils/paths.py
diff options
context:
space:
mode:
author2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-06-12 21:51:59 +1000
committer2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-06-12 21:51:59 +1000
commita97de9d430b8a0f900928f5cad33385deec3f659 (patch)
tree61f9f1e1c1587d7afefe193362a30ef34137a2e7 /src/caelestia/utils/paths.py
parentfeat: impl wallpaper (diff)
downloadcaelestia-cli-a97de9d430b8a0f900928f5cad33385deec3f659.tar.gz
caelestia-cli-a97de9d430b8a0f900928f5cad33385deec3f659.tar.bz2
caelestia-cli-a97de9d430b8a0f900928f5cad33385deec3f659.zip
wallpaper: cache smart mode
Diffstat (limited to 'src/caelestia/utils/paths.py')
-rw-r--r--src/caelestia/utils/paths.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/caelestia/utils/paths.py b/src/caelestia/utils/paths.py
index f81b996..37aeeef 100644
--- a/src/caelestia/utils/paths.py
+++ b/src/caelestia/utils/paths.py
@@ -26,7 +26,7 @@ wallpapers_dir = Path.home() / "Pictures/Wallpapers"
wallpaper_path_path = c_state_dir / "wallpaper/path.txt"
wallpaper_link_path = c_state_dir / "wallpaper/current"
wallpaper_thumbnail_path = c_state_dir / "wallpaper/thumbnail.jpg"
-thumbnail_cache_dir = c_cache_dir / "thumbnails"
+wallpapers_cache_dir = c_cache_dir / "wallpapers"
def compute_hash(path: Path | str) -> str: