test
This commit is contained in:
@@ -54,10 +54,11 @@ def generate(
|
|||||||
case _:
|
case _:
|
||||||
from materialyoucolor.scheme.scheme_fruit_salad import SchemeFruitSalad as Scheme
|
from materialyoucolor.scheme.scheme_fruit_salad import SchemeFruitSalad as Scheme
|
||||||
|
|
||||||
OUTPUT = Path(f"os.getenv('HOME')" + ".local/state/zshell/scheme.json")
|
HOME = str(os.getenv("HOME"))
|
||||||
THUMB_PATH = Path(f"os.getenv('HOME')" +
|
OUTPUT = Path(HOME + ".local/state/zshell/scheme.json")
|
||||||
|
THUMB_PATH = Path(HOME +
|
||||||
".cache/zshell/imagecache/thumbnail.jpg")
|
".cache/zshell/imagecache/thumbnail.jpg")
|
||||||
WALL_DIR_PATH = Path(f"os.getenv('HOME')" +
|
WALL_DIR_PATH = Path(HOME +
|
||||||
".local/state/zshell/wallpaper_path.json")
|
".local/state/zshell/wallpaper_path.json")
|
||||||
|
|
||||||
WALL_PATH = Path()
|
WALL_PATH = Path()
|
||||||
|
|||||||
Reference in New Issue
Block a user