dotfiles/chooseWP.sh
Frank Villaro-Dixon 49a4423e99 Wallpapers
2013-06-04 19:07:01 +02:00

5 lines
169 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-scale $wallpaper_path/$image &