Mods
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user