From ce379571a8f10d5120d7555b94cc90916794f74a Mon Sep 17 00:00:00 2001 From: Jonathan Hodgson Date: Mon, 7 May 2018 22:43:32 +0100 Subject: [PATCH] Add set background script --- bin/setbackground | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100755 bin/setbackground 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 +