Skip to content

Instantly share code, notes, and snippets.

@bhavyakukkar
bhavyakukkar / distro_detector.py.diff
Last active October 11, 2023 09:59
hyfetch-xenia-ascii
diff --git a/hyfetch/distros/distro_detector.py b/hyfetch/distros/distro_detector.py
index 1ba562e..45f0526 100644
--- a/hyfetch/distros/distro_detector.py
+++ b/hyfetch/distros/distro_detector.py
@@ -1403,6 +1403,10 @@ def detect(name: str) -> AsciiArt | None:
if name.startswith('zorin'):
from .zorin import zorin
return zorin
+
+ if name.startswith('xenia'):