mirror of
https://github.com/AvengeMedia/DankMaterialShell.git
synced 2026-01-28 23:42:51 -05:00
update stock wallpaper
This commit is contained in:
@@ -1,4 +1,5 @@
|
|||||||
import QtQuick
|
import QtQuick
|
||||||
|
import QtQuick.Effects
|
||||||
import qs.Common
|
import qs.Common
|
||||||
|
|
||||||
Item {
|
Item {
|
||||||
@@ -37,27 +38,27 @@ Item {
|
|||||||
visible: !isColorWallpaper
|
visible: !isColorWallpaper
|
||||||
}
|
}
|
||||||
|
|
||||||
Item {
|
Image {
|
||||||
anchors.left: parent.left
|
anchors.left: parent.left
|
||||||
anchors.bottom: parent.bottom
|
anchors.bottom: parent.bottom
|
||||||
anchors.leftMargin: Theme.spacingXL * 2
|
anchors.leftMargin: Theme.spacingXL * 2
|
||||||
anchors.bottomMargin: Theme.spacingXL * 2
|
anchors.bottomMargin: Theme.spacingXL * 2
|
||||||
|
width: 200
|
||||||
|
height: width * (569.94629 / 506.50931)
|
||||||
|
fillMode: Image.PreserveAspectFit
|
||||||
|
smooth: true
|
||||||
|
mipmap: true
|
||||||
|
asynchronous: true
|
||||||
|
source: "file://" + Theme.shellDir + "/assets/danklogonormal.svg"
|
||||||
opacity: 0.25
|
opacity: 0.25
|
||||||
visible: !isColorWallpaper
|
visible: !isColorWallpaper
|
||||||
|
layer.enabled: true
|
||||||
StyledText {
|
layer.smooth: true
|
||||||
anchors.left: parent.left
|
layer.mipmap: true
|
||||||
anchors.bottom: parent.bottom
|
layer.effect: MultiEffect {
|
||||||
// ! TODO qmlfmt will brick this
|
saturation: 0
|
||||||
text: `██████╗ █████╗ ███╗ ██╗██╗ ██╗
|
colorization: 1
|
||||||
██╔══██╗██╔══██╗████╗ ██║██║ ██╔╝
|
colorizationColor: Theme.primary
|
||||||
██║ ██║███████║██╔██╗ ██║█████╔╝
|
|
||||||
██║ ██║██╔══██║██║╚██╗██║██╔═██╗
|
|
||||||
██████╔╝██║ ██║██║ ╚████║██║ ██╗
|
|
||||||
╚═════╝ ╚═╝ ╚═╝╚═╝ ╚═══╝╚═╝ ╚═╝`
|
|
||||||
isMonospace: true
|
|
||||||
font.pixelSize: Theme.fontSizeLarge * 1.2
|
|
||||||
color: Theme.primary
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user