forked from Shinonome/caelestia-cli
fix: wall not Path type (#89)
This commit is contained in:
@@ -96,6 +96,7 @@ def get_smart_opts(wall: Path, cache: Path) -> str:
|
||||
|
||||
|
||||
def get_colours_for_wall(wall: Path | str, no_smart: bool) -> None:
|
||||
wall = Path(wall)
|
||||
scheme = get_scheme()
|
||||
cache = wallpapers_cache_dir / compute_hash(wall)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user