diff options
| author | Nippy <nippy@rp1.hu> | 2026-06-26 18:23:34 +0200 |
|---|---|---|
| committer | Nippy <nippy@rp1.hu> | 2026-06-26 18:23:34 +0200 |
| commit | 608b638414fee4f2e4963dacc2e5f1f212781556 (patch) | |
| tree | 96d4fbd69298cd2124774a622e544c7573e6800c /raveos-hyprland-theme/PKGBUILD | |
| parent | 072682d33f0441a65030fbe9b6db1f5a661a603e (diff) | |
| download | RaveOS-PKGBUILD-608b638414fee4f2e4963dacc2e5f1f212781556.tar.gz RaveOS-PKGBUILD-608b638414fee4f2e4963dacc2e5f1f212781556.zip | |
hypr gtk theme update
Diffstat (limited to 'raveos-hyprland-theme/PKGBUILD')
| -rw-r--r-- | raveos-hyprland-theme/PKGBUILD | 12 |
1 files changed, 10 insertions, 2 deletions
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" } |