summaryrefslogtreecommitdiff
path: root/raveos-hyprland-theme/raveos-hyprland-session-init.service
diff options
context:
space:
mode:
authorNippy <nippy@rp1.hu>2026-06-26 18:23:34 +0200
committerNippy <nippy@rp1.hu>2026-06-26 18:23:34 +0200
commit608b638414fee4f2e4963dacc2e5f1f212781556 (patch)
tree96d4fbd69298cd2124774a622e544c7573e6800c /raveos-hyprland-theme/raveos-hyprland-session-init.service
parent072682d33f0441a65030fbe9b6db1f5a661a603e (diff)
downloadRaveOS-PKGBUILD-608b638414fee4f2e4963dacc2e5f1f212781556.tar.gz
RaveOS-PKGBUILD-608b638414fee4f2e4963dacc2e5f1f212781556.zip
hypr gtk theme update
Diffstat (limited to 'raveos-hyprland-theme/raveos-hyprland-session-init.service')
-rw-r--r--raveos-hyprland-theme/raveos-hyprland-session-init.service13
1 files changed, 13 insertions, 0 deletions
diff --git a/raveos-hyprland-theme/raveos-hyprland-session-init.service b/raveos-hyprland-theme/raveos-hyprland-session-init.service
new file mode 100644
index 0000000..eab7679
--- /dev/null
+++ b/raveos-hyprland-theme/raveos-hyprland-session-init.service
@@ -0,0 +1,13 @@
+[Unit]
+Description=RaveOS Hyprland session init (wallpaper + GTK theme)
+After=graphical-session-pre.target
+Wants=graphical-session-pre.target
+ConditionEnvironment=HYPRLAND_INSTANCE_SIGNATURE
+
+[Service]
+Type=oneshot
+ExecStart=/usr/lib/raveos-hyprland-theme/session-init.sh
+RemainAfterExit=yes
+
+[Install]
+WantedBy=graphical-session.target