dotfiles/chooseWP.sh
Frank Villaro-Dixon eca9563d78 vimrc and stuff
2013-09-28 22:57:33 +02:00

5 lines
179 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 --no-fehbg --bg-fill $wallpaper_path/$image &