summaryrefslogtreecommitdiff
path: root/raveos-calamares-theme
diff options
context:
space:
mode:
authorNippy <nippy@rp1.hu>2026-06-02 22:57:22 +0200
committerNippy <nippy@rp1.hu>2026-06-02 22:57:22 +0200
commitbe6e5b1e7fa29ef1aedb939b9efee1448ec41ea6 (patch)
tree71fd8664947f2007d2a5fe9c8b4400f41ff0c6a4 /raveos-calamares-theme
parent6823c1e9901781899155c7aad429dded9a4f31fd (diff)
downloadRaveOS-PKGBUILD-be6e5b1e7fa29ef1aedb939b9efee1448ec41ea6.tar.gz
RaveOS-PKGBUILD-be6e5b1e7fa29ef1aedb939b9efee1448ec41ea6.zip
calamares update
Diffstat (limited to 'raveos-calamares-theme')
-rw-r--r--raveos-calamares-theme/PKGBUILD2
-rw-r--r--raveos-calamares-theme/etc/calamares/branding/raveos/stylesheet.qss34
2 files changed, 35 insertions, 1 deletions
diff --git a/raveos-calamares-theme/PKGBUILD b/raveos-calamares-theme/PKGBUILD
index b54b07f..14d5eac 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=22
+pkgrel=23
pkgdesc="RaveOS Calamares Theme"
arch=('any')
url="https://git.rp1.hu/RaveOS"
diff --git a/raveos-calamares-theme/etc/calamares/branding/raveos/stylesheet.qss b/raveos-calamares-theme/etc/calamares/branding/raveos/stylesheet.qss
index 7c17798..86a6fbd 100644
--- a/raveos-calamares-theme/etc/calamares/branding/raveos/stylesheet.qss
+++ b/raveos-calamares-theme/etc/calamares/branding/raveos/stylesheet.qss
@@ -3,6 +3,40 @@
/* Main: #404040 | Accent: #3d7839 | Border: #7f8c8d */
/* ===================================================== */
+/* ---------------- RaveWelcome modul ---------------- */
+
+#ravewelcomeBar {
+ background-color: rgba(43,43,43,200);
+ border: none;
+}
+
+#ravewelcomeCombo {
+ background-color: rgba(43,43,43,180);
+ color: #ffffff;
+ border: none;
+ border-radius: 4px;
+ padding: 4px 12px;
+ font-size: 15px;
+}
+
+#ravewelcomeCombo::drop-down {
+ border: none;
+ width: 24px;
+}
+
+#ravewelcomeCombo QAbstractItemView {
+ background-color: rgba(43,43,43,160);
+ color: #ffffff;
+ selection-background-color: rgba(61,120,57,180);
+ border: none;
+ font-size: 15px;
+}
+
+#ravewelcomeCombo QAbstractItemView::item {
+ padding: 4px 12px;
+ min-height: 26px;
+}
+
/* ---------------- Language Selector ---------------- */
#languageWidget {