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.

10-feh 230B

6 years ago
6 years ago
1234567891011
  1. #!/bin/bash
  2. on init reload
  3. check [ -n "$DISPLAY" ]
  4. if [ -f "$HOME/bg-wide.png" ]; then
  5. echo "Found bg-wide.png ..."
  6. feh --no-fehbg --bg-scale --no-xinerama "$HOME/bg-wide.png"
  7. else
  8. feh --no-fehbg --bg-scale "$HOME/bg.png"
  9. fi