mirror of
https://github.com/hyprwm/hyprpaper.git
synced 2024-11-17 06:35:59 +01:00
17 lines
426 B
SYSTEMD
17 lines
426 B
SYSTEMD
|
[Unit]
|
||
|
Description=Fast, IPC-controlled wallpaper utility for Hyprland.
|
||
|
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=simple
|
||
|
ExecStart=@CMAKE_INSTALL_PREFIX@/bin/hyprpaper
|
||
|
Slice=session.slice
|
||
|
Restart=on-failure
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=graphical-session.target
|