refractor: DeltaruneQuickshell -> Shell

This commit is contained in:
2026-01-23 23:28:40 +02:00
parent 2c32b17b16
commit edb941fe90
22 changed files with 1 additions and 1 deletions

View File

@@ -0,0 +1,31 @@
import QtQuick
Item {
id: dialogboxroot
implicitHeight: 378
implicitWidth: 1334
readonly property int text_x: 350 - 275
readonly property int text_y: 55
readonly property int font_size: 48
property string text: "(The power of Hyprland shines within you...)"
Image {
source: "./frame.png"
}
Text {
text: dialogboxroot.text
font.family: "8-bit Operator+"
font.pixelSize: dialogboxroot.font_size
color: "#04047C"
x: dialogboxroot.text_x + 2
y: dialogboxroot.text_y + 2
}
Text {
text: dialogboxroot.text
font.family: "8-bit Operator+"
font.pixelSize: dialogboxroot.font_size
color: "#ffffff"
x: dialogboxroot.text_x
y: dialogboxroot.text_y
}
}

BIN
Shell/DialogBox/frame.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 MiB