From a65fb557cfce85e27448139e9c0317c36b7d06cb Mon Sep 17 00:00:00 2001 From: Nippy Date: Wed, 9 Sep 2026 14:56:35 +0200 Subject: fix(plasma-theme): enforce breeze-dark color scheme and desktop theme --- raveos-plasma-theme/raveos-plasma-first-login.sh | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'raveos-plasma-theme/raveos-plasma-first-login.sh') diff --git a/raveos-plasma-theme/raveos-plasma-first-login.sh b/raveos-plasma-theme/raveos-plasma-first-login.sh index 421ee84..abfe4c2 100755 --- a/raveos-plasma-theme/raveos-plasma-first-login.sh +++ b/raveos-plasma-theme/raveos-plasma-first-login.sh @@ -27,6 +27,14 @@ if [[ -f "${wallpaper}" ]] && command -v plasma-apply-wallpaperimage >/dev/null plasma-apply-wallpaperimage "${wallpaper}" >/dev/null 2>&1 || true fi +if command -v plasma-apply-colorscheme >/dev/null 2>&1; then + plasma-apply-colorscheme BreezeDark >/dev/null 2>&1 || true +fi + +if command -v plasma-apply-desktoptheme >/dev/null 2>&1; then + plasma-apply-desktoptheme breeze-dark >/dev/null 2>&1 || true +fi + if [[ -n "$QDBUS" ]]; then $QDBUS org.kde.plasmashell /PlasmaShell org.kde.PlasmaShell.evaluateScript " if ('${wallpaper}' !== '') { -- cgit v1.3