Settings window #20

Merged
Zacharias-Brohn merged 83 commits from settingsWindow into main 2026-03-06 23:27:24 +01:00
Showing only changes of commit 6d872c4f8d - Show all commits
+5
View File
@@ -67,6 +67,11 @@ def generate(
TEMPLATE_DIR = Path(HOME + "/.config/zshell/templates")
WALL_PATH = Path()
CONFIG = Path(HOME + "/.config/zshell/config.json")
if not mode:
with CONFIG.open() as f:
mode = json.load(f)["general"]["color"]["mode"]
def hex_to_hct(hex_color: str) -> Hct:
s = hex_color.strip()