Add user systemd

This commit is contained in:
2020-07-23 14:02:42 +09:00
parent a1aaa489dd
commit 307b48d398
4 changed files with 20 additions and 1 deletions

View File

@@ -0,0 +1,7 @@
# This is a transient unit file, created programmatically via the systemd API. Do not edit.
[Unit]
Description=Set wallpaper
[Service]
Environment="DISPLAY=:0"
ExecStart="/bin/bash" "-c" "/bin/feh --bg-fill --randomize ~/.config/wallpaper/*"

View File

@@ -0,0 +1,10 @@
# This is a transient unit file, created programmatically via the systemd API. Do not edit.
[Unit]
Description=Change wallpaper
[Timer]
OnCalendar=*:0/5
RemainAfterElapse=no
[Install]
WantedBy=xsession.target

View File

@@ -0,0 +1 @@
/home/vbalien/.config/systemd/user/wallpaper.timer