[+] Auto detect pride month & start animation with hyfetch

This commit is contained in:
Azalea
2023-06-01 23:40:18 -07:00
parent bd8066407e
commit dd950092a6
2 changed files with 18 additions and 1 deletions
+1
View File
@@ -17,6 +17,7 @@ class Config:
color_align: ColorAlignment = field(default_factory=lambda: ColorAlignment('horizontal'))
backend: BackendLiteral = "neofetch"
distro: str | None = None
pride_month_shown: list[int] = field(default_factory=list)
@classmethod
def from_dict(cls, d: dict):