blob: eab7679694ca5664595177fae0e2b812eabfae85 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
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
|