mirror of
https://mzte.de/git/LordMZTE/dotfiles.git
synced 2024-11-14 22:12:07 +01:00
7 lines
133 B
SYSTEMD
7 lines
133 B
SYSTEMD
|
[Unit]
|
||
|
Description=set wallpapers to random ones
|
||
|
|
||
|
[Service]
|
||
|
Type=oneshot
|
||
|
ExecStart=/bin/bash -c '${HOME}/.local/bin/randomwallpaper'
|