blob: f64703425121a0d9676042ff153c8d91ff2c10e3 (
plain) (
blame)
1
2
3
4
5
6
7
8
|
[Unit]
Description=Set random wallpaper
After=graphical-session.target
[Service]
Type=oneshot
ExecStart=%h/.config/scripts/set_random %h/Pictures/Backgrounds/
KillMode=process
|