dotfiles/.config/systemd/user/randomwallpaper.service

7 lines
133 B
SYSTEMD
Raw Permalink Normal View History

2021-12-30 15:56:31 +01:00
[Unit]
Description=set wallpapers to random ones
[Service]
Type=oneshot
ExecStart=/bin/bash -c '${HOME}/.local/bin/randomwallpaper'