This commit is contained in:
Auric Vente
2024-07-26 19:43:55 -06:00
parent ef60099067
commit 750abdff39
7 changed files with 52 additions and 17 deletions

View File

@@ -24,9 +24,9 @@ class Config:
image_size: int = 80
space_1: int = 18
max_updates: int = 300
loop_delay_fast: int = 1000 * 5
loop_delay_normal: int = 1000 * 60 * 1
loop_delay_slow: int = 1000 * 60 * 5
fast_minutes: float = (1 / 60) * 5 # 5 seconds
normal_minutes: float = 1
slow_minutes: float = 5
font_size: int = 20
info_separator: str = " - "
font_path: Path