summary refs log tree commit diff stats
path: root/README.org
diff options
context:
space:
mode:
authorAndinus <andinus@inventati.org>2020-03-12 14:42:32 +0530
committerAndinus <andinus@inventati.org>2020-03-12 14:42:32 +0530
commit08c68e60ea7c4661bbf9083629842d516caff1ee (patch)
tree6e8ecab5f838f4007df36ada543e6a6abebb64ec /README.org
parent0e51e2944ac86cb3e60df92700bd3affda5c890a (diff)
downloadcetus-08c68e60ea7c4661bbf9083629842d516caff1ee.tar.gz
Support Unsplash Source & Astronomy Picture of the Day
Diffstat (limited to 'README.org')
-rw-r--r--README.org23
1 files changed, 18 insertions, 5 deletions
diff --git a/README.org b/README.org
index e88fd23..4d8ee07 100644
--- a/README.org
+++ b/README.org
@@ -4,12 +4,25 @@ Cetus is a wallpaper tool written in Go. It can set wallpapers from various
 sources. Default behaviour is to set a random wallpaper.
 
 * Defaults
-| mode    | random |
-| src     | random |
+| flag | var  | default                                   |
+|------+------+-------------------------------------------|
+| mode | mode | random (daily when random is unavailable) |
+| src  | src  | random                                    |
+** Astronomy Picture of the Day
+| flag         | var        | default                             |
+|--------------+------------+-------------------------------------|
+| apod-api     | apodAPI    | https://api.nasa.gov/planetary/apod |
+| apod-api-key | apodAPIKey | DEMO_KEY                            |
+| mode         | mode       | daily                               |
 ** Bing Photo of the Day
-| bpodAPI | https://www.bing.com/HPImageArchive.aspx |
-| bpodNum |                                       16 |
-
+| flag     | var     | default                                  |
+|----------+---------+------------------------------------------|
+| bpod-api | bpodAPI | https://www.bing.com/HPImageArchive.aspx |
+| bpod-num | bpodNum | 16                                       |
+** Unsplash Source
+| flag         | var         | default                     |
+|--------------+-------------+-----------------------------|
+| unsplash-api | unsplashAPI | https://source.unsplash.com |
 * Dependency
 - [[https://feh.finalrewind.org/][feh]]
 * Features