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




                                                                            







                                                                               
                           
 














                                                           
#+TITLE: Cetus

Cetus is a wallpaper setting tool written in Go. This is a work in-progress.

* Dependency
- [[https://feh.finalrewind.org/][feh]]

* Features
** Supports various Image of the Day services
There are several Image of the Day services on the web, cetus will pull the
latest image & set it as wallpaper.

- [X] [[http://apod.nasa.gov/apod/astropix.html][Astronomy Picture of the Day]]
- [X] Bing Photo of the Day

* Examples
** Image of the Day
*** Astronomy Picture of the Day
#+BEGIN_SRC sh
cetus -apod -apod-api=https://api.nasa.gov/planetary/apod \
      -apod-api-key=DEMO_KEY
#+END_SRC
** Set given wallpaper
#+BEGIN_SRC sh
# Local image as wallpaper
cetus -img-path=/path/to/img

# Remote image as wallpaper
cetus -img-path=http://127.0.0.1
#+END_SRC