script-linux/wallpaper

9 lines
175 B
Bash
Executable File

#!/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