#+TITLE: Cetus Cetus is a wallpaper tool written in Go. It can set wallpapers from various sources. Default behaviour is to set a random wallpaper. * Dependency - [[https://feh.finalrewind.org/][feh]] * Features - Set Daily, Weekly or Random wallpaper * Examples ** Daily wallpaper *** from Astronomy Picture of the Day #+BEGIN_SRC sh cetus -apod -daily #+END_SRC *** from Bing Photo of the Day #+BEGIN_SRC sh cetus -bpod -daily #+END_SRC *** from Unsplash #+BEGIN_SRC sh cetus -unsplash -daily #+END_SRC *** from any service (choosen randomly) #+BEGIN_SRC sh cetus -daily #+END_SRC ** Weekly wallpaper *** from Unsplash #+BEGIN_SRC sh cetus -unsplash -weekly #+END_SRC ** Random wallpaper *** from Unsplash #+BEGIN_SRC sh cetus -unsplash -random #+END_SRC