summaryrefslogtreecommitdiff
path: root/raveos-theme/hyprland/raveos-hyprland-theme-apply.service
blob: 7c630f262d0c33ad3bcff2c43b69722a6c5eb61b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
[Unit]
Description=Apply RaveOS Hyprland theme payload
After=local-fs.target systemd-user-sessions.service
ConditionPathExists=!/var/lib/raveos-hyprland-theme/.applied

[Service]
Type=oneshot
ExecStart=/usr/lib/raveos-hyprland-theme/auto-apply.sh
ExecStartPost=/usr/bin/install -Dm644 /dev/null /var/lib/raveos-hyprland-theme/.applied

[Install]
WantedBy=multi-user.target