diff options
Diffstat (limited to 'raveos-cosmic-theme')
| -rw-r--r-- | raveos-cosmic-theme/PKGBUILD | 2 | ||||
| -rw-r--r-- | raveos-cosmic-theme/raveos-cosmic-theme-apply.service | 3 |
2 files changed, 3 insertions, 2 deletions
diff --git a/raveos-cosmic-theme/PKGBUILD b/raveos-cosmic-theme/PKGBUILD index 163fdb1..00fc85a 100644 --- a/raveos-cosmic-theme/PKGBUILD +++ b/raveos-cosmic-theme/PKGBUILD @@ -15,7 +15,7 @@ pkgname=raveos-cosmic-theme pkgver=0.0.0 -pkgrel=12 +pkgrel=13 pkgdesc="RaveOS Cosmic theme payload and installer" arch=('any') url="https://raveos.local" diff --git a/raveos-cosmic-theme/raveos-cosmic-theme-apply.service b/raveos-cosmic-theme/raveos-cosmic-theme-apply.service index 92114f8..bc82b90 100644 --- a/raveos-cosmic-theme/raveos-cosmic-theme-apply.service +++ b/raveos-cosmic-theme/raveos-cosmic-theme-apply.service @@ -1,6 +1,7 @@ [Unit] Description=Apply RaveOS Cosmic theme payload -After=local-fs.target systemd-user-sessions.service +After=local-fs.target +Before=display-manager.service ConditionPathExists=!/var/lib/raveos-cosmic-theme/.applied [Service] |