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 | |
| parent | 5ca406300d96e0b394a9f749181c582083259478 (diff) | |
| download | RaveOS-PKGBUILD-eff5f88a9e66da0e4b353a1d74b8ab05e1f4d3f7.tar.gz RaveOS-PKGBUILD-eff5f88a9e66da0e4b353a1d74b8ab05e1f4d3f7.zip | |
added new img
Diffstat (limited to 'raveos-calamares-theme')
| -rw-r--r-- | raveos-calamares-theme/PKGBUILD | 2 | ||||
| -rwxr-xr-x | raveos-calamares-theme/etc/calamares/branding/raveos/show.qml | 15 |
2 files changed, 16 insertions, 1 deletions
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 <alexc@alexc.hu> 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). |