feat: stylix support

This commit is contained in:
2025-09-29 11:10:25 +02:00
parent d9a176d4ec
commit 4fda2670ac
6 changed files with 244 additions and 2 deletions

View File

@@ -52,4 +52,5 @@ if app_config is None:
VINYL = app_config.get("vinyl", {"enable": False})
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)