mirror of
https://github.com/zoriya/noctalia-shell.git
synced 2026-06-09 13:12:08 +00:00
DistroLogoService: add NixOS path as requested in #197
This commit is contained in:
@@ -35,6 +35,14 @@ Singleton {
|
||||
}
|
||||
}
|
||||
|
||||
// NixOS hicolor paths
|
||||
candidates.push(`/run/current-system/sw/share/icons/hicolor/scalable/apps/${n}.svg`)
|
||||
for (const s of sizes) {
|
||||
for (const ext of exts) {
|
||||
candidates.push(`/run/current-system/sw/share/icons/hicolor/${s}/apps/${n}.${ext}`)
|
||||
}
|
||||
}
|
||||
|
||||
// Generic icon themes under /usr/share/icons (common cases)
|
||||
for (const ext of exts) {
|
||||
candidates.push(`/usr/share/icons/${n}.${ext}`)
|
||||
|
||||
Reference in New Issue
Block a user