Files
dotfiles/systemd/user/hyprpaper.service
2025-04-07 23:03:46 +02:00

17 lines
423 B
Desktop File

[Unit]
Description=An application to set a wallpaper with hyprpaper.
Documentation=https://wiki.hyprland.org/Hypr-Ecosystem/hyprpaper/
PartOf=graphical-session.target
Requires=graphical-session.target
After=graphical-session.target
ConditionEnvironment=WAYLAND_DISPLAY
[Service]
Type=oneshot
ExecStart=/home/lis/.config/hypr/hyprpaper-%H
Slice=session.slice
Restart=on-failure
[Install]
WantedBy=graphical-session.target