aboutsummaryrefslogtreecommitdiffhomepage
path: root/example/[email protected]
blob: 0636625de13b91a049e6112aa417d1c4ebdb4437 (plain)
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