This commit is contained in:
2025-09-29 18:29:57 +02:00
parent 05f20d65b9
commit 17d11591ac
3 changed files with 36 additions and 14 deletions

View File

@@ -54,3 +54,4 @@ BATTERY = app_config.get("battery", {"enable": False})
WINDOW_TITLE = app_config.get("window_title", {"enable": True})
STYLIX = app_config.get("stylix", {"enable": False})
BAR_HEIGHT = app_config.get("height", 40)
DEV = app_config.get("dev", False)