1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2026-04-14 01:32:29 -04:00

launcher: built-in plugins, add settings search plugin with ? default

trigger
This commit is contained in:
bbedward
2026-01-05 21:46:12 -05:00
parent 0076c45496
commit 4484f6bd61
10 changed files with 398 additions and 136 deletions

View File

@@ -2,7 +2,6 @@ import QtQuick
import QtQuick.Effects
import Quickshell.Widgets
import qs.Common
import qs.Widgets
Item {
id: root
@@ -36,18 +35,17 @@ Item {
implicitWidth: size
implicitHeight: size
Image {
IconImage {
id: iconImage
anchors.fill: parent
source: root.resolvedSource
sourceSize.width: root.size * 2
sourceSize.height: root.size * 2
smooth: true
mipmap: true
asynchronous: true
cache: true
fillMode: Image.PreserveAspectFit
implicitSize: root.size * 2
backer.sourceSize.width: root.size * 2
backer.sourceSize.height: root.size * 2
backer.cache: true
layer.enabled: root.hasColorEffect
layer.smooth: true
layer.mipmap: true