dotfiles/chooseWP.sh
2013-09-26 23:46:43 +02:00

5 lines
168 B
Bash
Executable file

#!/bin/sh
wallpaper_path=/home/frank/Pictures/wallpapers/
image=$(ls $wallpaper_path | grep -E '(jpg|png)$' | sort -R | tail -1)
feh --bg-fill $wallpaper_path/$image &