forked from Shinonome/dots-hyprland
i use nyarch btw
This commit is contained in:
File diff suppressed because one or more lines are too long
|
After Width: | Height: | Size: 33 KiB |
@@ -72,6 +72,14 @@ Singleton {
|
||||
case "kali": distroIcon = "debian-symbolic"; break;
|
||||
default: distroIcon = "linux-symbolic"; break;
|
||||
}
|
||||
if (textOsRelease.toLowerCase().includes("nyarch")) {
|
||||
distroIcon = "nyarch-symbolic"
|
||||
}
|
||||
|
||||
if (logo.trim().length === 0) {
|
||||
logo = distroIcon
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user