diff options
| author | Ewy~ <ewy0@protonmail.com> | 2024-12-28 01:08:10 +0100 |
|---|---|---|
| committer | Ewy~ <ewy0@protonmail.com> | 2024-12-28 01:08:10 +0100 |
| commit | 059df2c6755bce70dbe1e68bdf47ea7c6cc2cb4f (patch) | |
| tree | c95fc3025a1c69ce5d1dbaf7e55121c2e70a152a /.config/systemd/user/wal.service | |
updated commit
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 |
