From c87443e72c14827de1baec83dd0500a2297b19a0 Mon Sep 17 00:00:00 2001 From: Zacharias-Brohn Date: Wed, 4 Mar 2026 22:38:15 +0100 Subject: [PATCH] test --- cli/src/zshell/subcommands/scheme.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cli/src/zshell/subcommands/scheme.py b/cli/src/zshell/subcommands/scheme.py index f9851bc..4a4e565 100644 --- a/cli/src/zshell/subcommands/scheme.py +++ b/cli/src/zshell/subcommands/scheme.py @@ -64,8 +64,8 @@ def generate( WALL_PATH = Path() with WALL_DIR_PATH.open() as f: - line = f.readline() - WALL_PATH = line + path = json.load(f).currentWallpaperPath + WALL_PATH = path def generate_thumbnail(image_path, thumbnail_path, size=(128, 128)): thumbnail_file = Path(thumbnail_path)