This commit is contained in:
Auric Vente
2024-07-21 01:16:42 -06:00
parent 1fd742ea8a
commit cf7c267bb2
2 changed files with 1 additions and 12 deletions

View File

@@ -26,7 +26,6 @@ class Config:
loop_delay_fast: int = 1000 * 5
loop_delay_normal: int = 1000 * 60 * 1
loop_delay_slow: int = 1000 * 60 * 5
hatch_burst: int = 3
font_size: int = 20
info_separator: str = " - "
font_path: Path