aboutsummaryrefslogtreecommitdiff
path: root/SystemdGraphicalSession/background.service
blob: 28c3e02a7fc2fa68594b49ce13b0f210adecd5a2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
[Unit]
Description=Desktop Background
Wants=graphical-session.target
Documentation=man:feh(1)

[Service]
Type=oneshot
RemainAfterExit=yes
ExecStart=/usr/bin/feh --bg-fill $HOME/Pic/Pixiv/64633930.png

[Install]
WantedBy=graphical-session.target