mirror of
https://github.com/Foltik/dotfiles
synced 2024-11-24 20:27:22 -05:00
10 lines
191 B
SYSTEMD
10 lines
191 B
SYSTEMD
|
[Unit]
|
||
|
Description=Load a random wallpaper and colorscheme
|
||
|
|
||
|
[Service]
|
||
|
Type=forking
|
||
|
ExecStart=/usr/bin/wal -q -i "/home/lain/Pictures/wallpapers" -a "85"
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=multi-user.target
|