From 08ab10f65f52dc0c79812555abf8fbdd87b4d68b Mon Sep 17 00:00:00 2001 From: Jonathan Hodgson Date: Tue, 8 May 2018 16:18:39 +0100 Subject: [PATCH] make background a gif rather than a jpg --- bin/setbackground | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/setbackground b/bin/setbackground index a63ab978..5eefaebd 100755 --- a/bin/setbackground +++ b/bin/setbackground @@ -1,6 +1,6 @@ #!/usr/bin/bash -rngback -fg "#404552" -bg "#5294e2" 3840 2160 30 15 -o ~/background.jpg +rngback -fg "#404552" -bg "#5294e2" 3840 2160 30 15 -o ~/background.gif -feh --bg-fill ~/background.jpg +feh --bg-fill ~/background.gif