diff options
| author | Nippy <nippy@rp1.hu> | 2026-06-02 20:23:17 +0200 |
|---|---|---|
| committer | Nippy <nippy@rp1.hu> | 2026-06-02 20:25:24 +0200 |
| commit | de4dea724170f59e90242f34625485d7af1df03b (patch) | |
| tree | fd31a97b33de3784c4892ec500df33631e534035 /raveos-calamares-theme | |
| parent | 8e1b92feb4e302ccecab10f407e94024feea82c8 (diff) | |
| download | RaveOS-PKGBUILD-de4dea724170f59e90242f34625485d7af1df03b.tar.gz RaveOS-PKGBUILD-de4dea724170f59e90242f34625485d7af1df03b.zip | |
calamares update
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 | 9 | ||||
| -rw-r--r-- | raveos-calamares-theme/etc/calamares/branding/raveos/stylesheet.qss | 8 |
3 files changed, 13 insertions, 6 deletions
diff --git a/raveos-calamares-theme/PKGBUILD b/raveos-calamares-theme/PKGBUILD index 09f5915..c12e8d5 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=14 +pkgrel=15 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 665387a..dd94c64 100755 --- a/raveos-calamares-theme/etc/calamares/branding/raveos/show.qml +++ b/raveos-calamares-theme/etc/calamares/branding/raveos/show.qml @@ -43,7 +43,7 @@ Presentation id: background1 source: "images/2.png" anchors.fill: parent - fillMode: Image.PreserveAspectFit + fillMode: Image.PreserveAspectCrop smooth: true } } @@ -56,9 +56,8 @@ Presentation Image { id: background2 source: "images/3.png" - width: 815; height: 815 anchors.fill: parent - fillMode: Image.PreserveAspectFit + fillMode: Image.PreserveAspectCrop smooth: true } } @@ -72,7 +71,7 @@ Presentation id: background3 source: "images/4.png" anchors.fill: parent - fillMode: Image.PreserveAspectFit + fillMode: Image.PreserveAspectCrop smooth: true } } @@ -86,7 +85,7 @@ Presentation id: background4 source: "images/5.png" anchors.fill: parent - fillMode: Image.PreserveAspectFit + fillMode: Image.PreserveAspectCrop smooth: true } } diff --git a/raveos-calamares-theme/etc/calamares/branding/raveos/stylesheet.qss b/raveos-calamares-theme/etc/calamares/branding/raveos/stylesheet.qss index 8a12280..c48e5d2 100644 --- a/raveos-calamares-theme/etc/calamares/branding/raveos/stylesheet.qss +++ b/raveos-calamares-theme/etc/calamares/branding/raveos/stylesheet.qss @@ -3,6 +3,14 @@ /* Main: #404040 | Accent: #3d7839 | Border: #7f8c8d */ /* ===================================================== */ +/* ---------------- Welcome Logo (screen-adaptive) ---------------- */ + +#logoLabel { + min-height: 650px; + max-height: 9999px; + qproperty-alignment: AlignCenter; +} + /* ---------------- Global ---------------- */ * { |