systeminfo: add gentoo

This commit is contained in:
end-4
2025-10-22 17:46:41 +02:00
parent c1393ce7c7
commit 63be9874f4
2 changed files with 39 additions and 0 deletions
@@ -70,6 +70,8 @@ Singleton {
case "debian":
case "raspbian":
case "kali": distroIcon = "debian-symbolic"; break;
case "funtoo":
case "gentoo": distroIcon = "gentoo-symbolic"; break;
default: distroIcon = "linux-symbolic"; break;
}
if (textOsRelease.toLowerCase().includes("nyarch")) {