make background a gif rather than a jpg

master
Jonathan Hodgson 6 years ago
parent adff381772
commit 87f5c315fd
  1. 4
      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

Loading…
Cancel
Save