mirror of
https://github.com/Foltik/dotfiles
synced 2025-01-07 08:42:47 -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
|