You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

15 lines
325B

  1. #!/bin/bash
  2. on init reload theme
  3. check [ -n "$DISPLAY" ]
  4. if \
  5. [ ! -e "$HOME/wp/curr/all.png" ] || \
  6. [ "$HOME/wp/curr/motif.png" -nt "$HOME/wp/curr/all.png" ] || \
  7. [ "$HOME/wp/curr/panorama.png" -nt "$HOME/wp/curr/all.png" ]; then
  8. mkwp {%{wp-def}%}
  9. fi
  10. feh --no-fehbg --bg-fill --no-xinerama "$HOME/wp/curr/all.png"