window title option

This commit is contained in:
2025-09-29 11:02:48 +02:00
parent 1a24c4eb99
commit d9a176d4ec
4 changed files with 20 additions and 5 deletions

View File

@@ -51,4 +51,5 @@ if app_config is None:
VINYL = app_config.get("vinyl", {"enable": False})
BATTERY = app_config.get("battery", {"enable": False})
BAR_HEIGHT = app_config.get("bar_height", 40)
WINDOW_TITLE = app_config.get("window_title", {"enable": True})
BAR_HEIGHT = app_config.get("height", 40)