X-Git-Url: https://git.danieliu.xyz/?p=dotfiles.git;a=blobdiff_plain;f=Scripts%2Fsetwallpaper;fp=Scripts%2Fsetwallpaper;h=a4ed03771d9ef71e4646f2eb8b7efb3b5f4c4a5d;hp=0000000000000000000000000000000000000000;hb=b156356b96d0bd00229a145be24c6825ec309a2c;hpb=c87873aa1c05f669f18d3d685b1f0a2ade2ed13b diff --git a/Scripts/setwallpaper b/Scripts/setwallpaper new file mode 100755 index 0000000..a4ed037 --- /dev/null +++ b/Scripts/setwallpaper @@ -0,0 +1,3 @@ +#!/bin/sh + +feh --bg-fill "$(ls -d $HOME/Downloads/wallpapers/active/* | sort -R | tail -n1)"