diff options
| author | nippy <nippy@tuta.io> | 2026-08-10 19:03:40 +0200 |
|---|---|---|
| committer | nippy <nippy@tuta.io> | 2026-08-10 19:03:40 +0200 |
| commit | eff5f88a9e66da0e4b353a1d74b8ab05e1f4d3f7 (patch) | |
| tree | 5ade8a6da8ba30fc8732b085513ff99844aecac5 /raveos-calamares-theme/etc/calamares | |
| parent | 5ca406300d96e0b394a9f749181c582083259478 (diff) | |
| download | RaveOS-PKGBUILD-eff5f88a9e66da0e4b353a1d74b8ab05e1f4d3f7.tar.gz RaveOS-PKGBUILD-eff5f88a9e66da0e4b353a1d74b8ab05e1f4d3f7.zip | |
added new img
Diffstat (limited to 'raveos-calamares-theme/etc/calamares')
| -rwxr-xr-x | raveos-calamares-theme/etc/calamares/branding/raveos/show.qml | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/raveos-calamares-theme/etc/calamares/branding/raveos/show.qml b/raveos-calamares-theme/etc/calamares/branding/raveos/show.qml index 6d2db3a..78142a5 100755 --- a/raveos-calamares-theme/etc/calamares/branding/raveos/show.qml +++ b/raveos-calamares-theme/etc/calamares/branding/raveos/show.qml @@ -94,6 +94,21 @@ Presentation } } + Slide { + + anchors.fill: parent + anchors.verticalCenterOffset: 0 + + Image { + id: background5 + source: "images/6.png" + anchors.fill: parent + fillMode: Image.PreserveAspectCrop + smooth: true + mipmap: true + } + } + // When this slideshow is loaded as a V1 slideshow, only // activatedInCalamares is set, which starts the timer (see above). |