From eff5f88a9e66da0e4b353a1d74b8ab05e1f4d3f7 Mon Sep 17 00:00:00 2001 From: nippy Date: Mon, 10 Aug 2026 19:03:40 +0200 Subject: added new img --- raveos-calamares-theme/PKGBUILD | 2 +- .../etc/calamares/branding/raveos/show.qml | 15 +++++++++++++++ 2 files changed, 16 insertions(+), 1 deletion(-) (limited to 'raveos-calamares-theme') diff --git a/raveos-calamares-theme/PKGBUILD b/raveos-calamares-theme/PKGBUILD index f0fa6ff..0c224f7 100644 --- a/raveos-calamares-theme/PKGBUILD +++ b/raveos-calamares-theme/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: AlexC pkgname=raveos-calamares-theme pkgver=2.0.0 -pkgrel=46 +pkgrel=47 pkgdesc="RaveOS Calamares Theme" arch=('any') url="https://git.rp1.hu/RaveOS" 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). -- cgit v1.3