summary refs log blame commit diff stats
path: root/README.org
blob: dd23ebe272b16047e44afa057c43d8dd151d9a8f (plain) (tree)
1
2
3
4
5
6
7
8
9

              

                                                                           

            


                                       
                                       
 
          

                                     
              
                  
         
                              
              
                  
         
                 
              














                                       
         
#+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