From 608b638414fee4f2e4963dacc2e5f1f212781556 Mon Sep 17 00:00:00 2001 From: Nippy Date: Fri, 26 Jun 2026 18:23:34 +0200 Subject: hypr gtk theme update --- raveos-hyprland-theme/PKGBUILD | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) (limited to 'raveos-hyprland-theme/PKGBUILD') diff --git a/raveos-hyprland-theme/PKGBUILD b/raveos-hyprland-theme/PKGBUILD index 510765d..b5be813 100644 --- a/raveos-hyprland-theme/PKGBUILD +++ b/raveos-hyprland-theme/PKGBUILD @@ -10,7 +10,7 @@ pkgname=raveos-hyprland-theme pkgver=0.0.0 -pkgrel=46 +pkgrel=48 pkgdesc="RaveOS Hyprland theme payload and installer (includes DankMaterialShell)" arch=('any') url="https://raveos.local" @@ -69,7 +69,15 @@ package() { install -Dm755 "${startdir}/raveos-hyprland-apply.sh" \ "${pkgdir}/usr/lib/raveos-hyprland-theme/auto-apply.sh" - # systemd service: egyszer fut (ConditionPathExists=!.applied guard) + # systemd system service: egyszer fut (ConditionPathExists=!.applied guard) install -Dm644 "${startdir}/raveos-hyprland-theme-apply.service" \ "${pkgdir}/usr/lib/systemd/system/raveos-hyprland-theme-apply.service" + + # session init script: user login után fut (háttérkép + GTK téma) + install -Dm755 "${startdir}/raveos-hyprland-session-init.sh" \ + "${pkgdir}/usr/lib/raveos-hyprland-theme/session-init.sh" + + # systemd user service: graphical-session.target-ben indul + install -Dm644 "${startdir}/raveos-hyprland-session-init.service" \ + "${pkgdir}/usr/lib/systemd/user/raveos-hyprland-session-init.service" } -- cgit v1.3