Browse Source

[+] Add more ubuntu variants with fore_back layout

Azalea (on HyDEV-Daisy) 2 years ago
parent
commit
ff44ea6185
1 changed files with 7 additions and 0 deletions
  1. 7 0
      hyfetch/neofetch_util.py

+ 7 - 0
hyfetch/neofetch_util.py

@@ -300,5 +300,12 @@ fore_back = {
     'fedora': (2, 1),
     'ubuntu': (2, 1),
     'kubuntu': (2, 1),
+    'lubuntu': (2, 1),
+    'xubuntu': (2, 1),
+    'ubuntu-cinnamon': (2, 1),
+    'ubuntu-kylin': (2, 1),
+    'ubuntu-mate': (2, 1),
+    'ubuntu-studio': (2, 1),
+    'ubuntu-sway': (2, 1),
 }