summaryrefslogtreecommitdiff
path: root/raveos-hyprland-theme
diff options
context:
space:
mode:
authorNippy <nippy@rp1.hu>2026-05-09 14:12:33 +0200
committerNippy <nippy@rp1.hu>2026-05-09 14:12:33 +0200
commit6b8a4fa6bd0707e26d061fe13db8c530485cf9fa (patch)
treeb826d04213967136c6f6908298ec5d4d253d69ea /raveos-hyprland-theme
parentc74e28c242bfd94f05841f023376aec63c6dc7a5 (diff)
downloadRaveOS-PKGBUILD-6b8a4fa6bd0707e26d061fe13db8c530485cf9fa.tar.gz
RaveOS-PKGBUILD-6b8a4fa6bd0707e26d061fe13db8c530485cf9fa.zip
raveos update
Diffstat (limited to 'raveos-hyprland-theme')
-rw-r--r--raveos-hyprland-theme/PKGBUILD2
-rw-r--r--raveos-hyprland-theme/raveos-hyprland-apply.sh2
2 files changed, 3 insertions, 1 deletions
diff --git a/raveos-hyprland-theme/PKGBUILD b/raveos-hyprland-theme/PKGBUILD
index b1c0365..0744289 100644
--- a/raveos-hyprland-theme/PKGBUILD
+++ b/raveos-hyprland-theme/PKGBUILD
@@ -1,6 +1,6 @@
pkgname=raveos-hyprland-theme
pkgver=0.0.0
-pkgrel=25
+pkgrel=26
pkgdesc="RaveOS Hyprland theme payload and installer (includes DankMaterialShell)"
arch=('any')
url="https://raveos.local"
diff --git a/raveos-hyprland-theme/raveos-hyprland-apply.sh b/raveos-hyprland-theme/raveos-hyprland-apply.sh
index 2006c2e..22b2384 100644
--- a/raveos-hyprland-theme/raveos-hyprland-apply.sh
+++ b/raveos-hyprland-theme/raveos-hyprland-apply.sh
@@ -171,6 +171,8 @@ while IFS=: read -r user _ uid gid _ home shell; do
fi
done
+ runuser -u "$user" -- xdg-user-dirs-update 2>/dev/null || true
+
chown -R "${uid}:${gid}" "$home"
if command -v matugen &>/dev/null && [[ -f "${home}/.config/background" ]]; then