diff --git a/dots/.config/quickshell/ii/services/SystemInfo.qml b/dots/.config/quickshell/ii/services/SystemInfo.qml index 1d5c0bf6e..2b519a229 100644 --- a/dots/.config/quickshell/ii/services/SystemInfo.qml +++ b/dots/.config/quickshell/ii/services/SystemInfo.qml @@ -58,6 +58,7 @@ Singleton { // Update the distroIcon property based on distroId switch (distroId) { + case "artix": case "arch": distroIcon = "arch-symbolic"; break; case "endeavouros": distroIcon = "endeavouros-symbolic"; break; case "cachyos": distroIcon = "cachyos-symbolic"; break;