12 lines
359 B
SYSTEMD
12 lines
359 B
SYSTEMD
# Watch the wallpaper picker's state file; refresh the greeter background on change.
|
|
# @USER@ is filled in at install time by lightdm.sh.
|
|
[Unit]
|
|
Description=Watch @USER@'s wallpaper selection for the LightDM greeter
|
|
|
|
[Path]
|
|
PathModified=/home/@USER@/.config/hypr/usr/wallpaper.conf
|
|
Unit=lightdm-greeter-wallpaper.service
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|