summaryrefslogtreecommitdiff
path: root/raveos-calamares-theme/etc/calamares/branding
diff options
context:
space:
mode:
authornippy <nippy@tuta.io>2026-08-10 19:03:40 +0200
committernippy <nippy@tuta.io>2026-08-10 19:03:40 +0200
commiteff5f88a9e66da0e4b353a1d74b8ab05e1f4d3f7 (patch)
tree5ade8a6da8ba30fc8732b085513ff99844aecac5 /raveos-calamares-theme/etc/calamares/branding
parent5ca406300d96e0b394a9f749181c582083259478 (diff)
downloadRaveOS-PKGBUILD-eff5f88a9e66da0e4b353a1d74b8ab05e1f4d3f7.tar.gz
RaveOS-PKGBUILD-eff5f88a9e66da0e4b353a1d74b8ab05e1f4d3f7.zip
added new img
Diffstat (limited to 'raveos-calamares-theme/etc/calamares/branding')
-rwxr-xr-xraveos-calamares-theme/etc/calamares/branding/raveos/show.qml15
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).