diff --git a/xfce-wallpaper-change.txt b/xfce-wallpaper-change.txt new file mode 100644 index 0000000..2895d08 --- /dev/null +++ b/xfce-wallpaper-change.txt @@ -0,0 +1,2 @@ +#!/bin/bash +xfconf-query -c xfce4-desktop -p /backdrop/screen0/monitor0/image-path -s "$(find ~/Pictures/Wallpapers -type f -iregex '.*\.\(bmp\|gif\|jpg\|png\)$' | sort -R | head -1)"