Files
newdotfiles/linux/systemd/user/wallpaper.service
2020-07-23 14:02:42 +09:00

8 lines
243 B
Desktop File

# This is a transient unit file, created programmatically via the systemd API. Do not edit.
[Unit]
Description=Set wallpaper
[Service]
Environment="DISPLAY=:0"
ExecStart="/bin/bash" "-c" "/bin/feh --bg-fill --randomize ~/.config/wallpaper/*"