Files
newdotfiles/linux/systemd/user/wallpaper.service
2021-02-05 22:06:12 +09:00

8 lines
262 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/mizore_shirayuki.png"