From a97de9d430b8a0f900928f5cad33385deec3f659 Mon Sep 17 00:00:00 2001 From: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> Date: Thu, 12 Jun 2025 21:51:59 +1000 Subject: wallpaper: cache smart mode --- src/caelestia/utils/paths.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/caelestia/utils/paths.py') 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: -- cgit v1.2.3-freya