1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2026-01-29 16:02:51 -05:00

override cachyos logo

This commit is contained in:
bbedward
2025-10-08 16:35:49 -04:00
parent ed1a5bfded
commit 6103d6196f

View File

@@ -22,6 +22,10 @@ IconImage {
stdout: StdioCollector { stdout: StdioCollector {
onStreamFinished: () => { onStreamFinished: () => {
if (text.trim() === "cachyos") {
source = "file:///usr/share/icons/cachyos.svg"
return
}
source = Quickshell.iconPath(text.trim(), true) source = Quickshell.iconPath(text.trim(), true)
} }
} }