1 2 3 4 5 6 7 8 9 10 11 12 13
; a primitive systemd --user example ; see example/hyprland.service for more details [Unit] Description = %p BindsTo = hyprland.service Wants = hyprland.service After = hyprland.service [Service] ExecStart = /usr/bin/swaybg --color #%i [Install] WantedBy = default.target