summaryrefslogtreecommitdiff
path: root/raveos-plasma-theme/raveos-plasma-first-login.sh
diff options
context:
space:
mode:
Diffstat (limited to 'raveos-plasma-theme/raveos-plasma-first-login.sh')
-rwxr-xr-xraveos-plasma-theme/raveos-plasma-first-login.sh8
1 files changed, 8 insertions, 0 deletions
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}' !== '') {