diff options
Diffstat (limited to '.config/systemd/user/wal.service')
| -rw-r--r-- | .config/systemd/user/wal.service | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/.config/systemd/user/wal.service b/.config/systemd/user/wal.service new file mode 100644 index 0000000..a2e74d5 --- /dev/null +++ b/.config/systemd/user/wal.service @@ -0,0 +1,9 @@ +[Unit] +Description=run pywal + +[Service] +Type=oneshot +ExecStart=wal -i "%h/Pictures/Wallpapers" + +[Install] +WantedBy=default.target |
