#!/bin/bash # Making a new background list #set -x DIR="/home/houghi/Pictures" FILE="/home/houghi/.config/xfce4/desktop/backdrop.list" echo "# xfce backdrop list" > $FILE find $DIR/1920x1200/ -type f >> $FILE find $DIR/to_work_on/wpm/ToBePosted -type f >> $FILE #find $DIR/1600x1200/ -type f >> $FILE find $DIR/1600x1200/women/a/ashley_judd/ -type f >> $FILE xfdesktop --reload