bar height

This commit is contained in:
2025-09-29 10:51:21 +02:00
parent 7a6eca395d
commit 0ce3d286e2
5 changed files with 12 additions and 2 deletions

View File

@@ -51,3 +51,4 @@ 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)