diff options
Diffstat (limited to 'src/caelestia/utils/paths.py')
| -rw-r--r-- | src/caelestia/utils/paths.py | 2 |
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: |