about summary refs log tree commit diff stats
path: root/dwm.png
Commit message (Expand)AuthorAgeFilesLines
* alternate dwm.pngarg@10ksloc.org2006-07-191-0/+0
* renamed/changedAnselm R. Garbe2006-07-131-0/+0
20-03-12 02:59:04 +0530 Revert "Move README from org file to markdown"' href='/andinus/cetus/commit/README.org?h=v0.4.3&id=a0d936354801a0ba4c03d840ec086251d4c461ac'>a0d9363 ^
dc639af ^


6b37ee4 ^
dc639af ^
a0d9363 ^
6b37ee4 ^

a0d9363 ^
6b37ee4 ^
a0d9363 ^
6b37ee4 ^
07d3de6 ^
6b37ee4 ^
07d3de6 ^
6b37ee4 ^
a0d9363 ^
6b37ee4 ^














a0d9363 ^
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39

              

                                                                           

            


                                       
                                       
 
          

                                     
              
                  
         
                              
              
                  
         
                 
              














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