This commit is contained in:
Auric Vente
2024-07-22 22:33:59 -06:00
parent 19d26de4ed
commit a7904d3dff
2 changed files with 2 additions and 1 deletions

View File

@@ -59,6 +59,7 @@ class Config:
separator_color: str = "rgb(111, 111, 111)"
icon_on: str = ""
icon_off: str = ""
ant: str = "🐜"
@staticmethod
def prepare() -> None: