1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2026-04-30 17:42:06 -04:00

launcher: add indicators for flatpak/snap/appimage/nix

fixes #2251
This commit is contained in:
bbedward
2026-04-21 14:03:47 -04:00
parent 9139fd2fb1
commit cf382c0322
11 changed files with 560 additions and 1 deletions

View File

@@ -44,6 +44,15 @@ Rectangle {
cornerRadius: root.radius
}
SourceBadge {
anchors.top: parent.top
anchors.right: parent.right
anchors.margins: Theme.spacingXS
source: root.item?.type === "app" ? (root.item.source || "") : ""
glyphSize: 14
z: 1
}
Column {
anchors.centerIn: parent
anchors.margins: Theme.spacingS