#!/bin/bash wallpath=$OPT_PATH/img/wallpaper img=$(ls $wallpath | dmenu -l 10 -p "wallpaper:") cp $wallpath/$img $OPT_PATH/img/wallpaper.curr feh --bg-scale $wallpath/$img