summary refs log tree commit diff stats
path: root/README.org
blob: dd23ebe272b16047e44afa057c43d8dd151d9a8f (plain) (blame)
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