forked from Shinonome/dots-hyprland
add artix in distro recognition (#2487)
This commit is contained in:
@@ -58,6 +58,7 @@ Singleton {
|
|||||||
|
|
||||||
// Update the distroIcon property based on distroId
|
// Update the distroIcon property based on distroId
|
||||||
switch (distroId) {
|
switch (distroId) {
|
||||||
|
case "artix":
|
||||||
case "arch": distroIcon = "arch-symbolic"; break;
|
case "arch": distroIcon = "arch-symbolic"; break;
|
||||||
case "endeavouros": distroIcon = "endeavouros-symbolic"; break;
|
case "endeavouros": distroIcon = "endeavouros-symbolic"; break;
|
||||||
case "cachyos": distroIcon = "cachyos-symbolic"; break;
|
case "cachyos": distroIcon = "cachyos-symbolic"; break;
|
||||||
|
|||||||
Reference in New Issue
Block a user