diff --git a/bin/setbackground b/bin/setbackground new file mode 100755 index 00000000..a63ab978 --- /dev/null +++ b/bin/setbackground @@ -0,0 +1,6 @@ +#!/usr/bin/bash + +rngback -fg "#404552" -bg "#5294e2" 3840 2160 30 15 -o ~/background.jpg + +feh --bg-fill ~/background.jpg +