feh-wallpaper.service~ 242 B

12345678910
  1. [Unit]
  2. Description=Random wallpaper with feh
  3. [Service]
  4. Type=oneshot
  5. EnvironmentFile=/home/eddie/.wallpaper
  6. ExecStart=/bin/bash -c '/usr/bin/feh --no-xinerama --bg-scale "$(find ${WALLPATH}|shuf|head -n 1)"'
  7. [Install]
  8. WantedBy=mystuff.target