summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorAndinus <andinus@inventati.org>2020-03-12 16:27:58 +0530
committerAndinus <andinus@inventati.org>2020-03-12 16:27:58 +0530
commit09623655adc5a3a4d9de56383f6ca8392978b518 (patch)
treea262ea7927cce1cc49d2178c25952d87bdc8daca
parentdbaf4a34cf15966294d6b2045034537501efaeb2 (diff)
downloadcetus-09623655adc5a3a4d9de56383f6ca8392978b518.tar.gz
Restructure readme
-rw-r--r--README.org58
1 files changed, 29 insertions, 29 deletions
diff --git a/README.org b/README.org
index 3aee07f..f65a565 100644
--- a/README.org
+++ b/README.org
@@ -3,30 +3,9 @@
 Cetus is a wallpaper tool written in Go. It can set wallpapers from various
 sources. Default behaviour is to set a random wallpaper.
 
-* Defaults
-| flag | var  | default                                   |
-|------+------+-------------------------------------------|
-| wall | wall | random (daily when random is unavailable) |
-| src  | src  | random                                    |
-
-Currently only Unsplash Source random is supported for width, height
-| width  | width  | 1920 |
-| height | height | 1080 |
-** Astronomy Picture of the Day
-| flag         | var        | default                             |
-|--------------+------------+-------------------------------------|
-| apod-api     | apodAPI    | https://api.nasa.gov/planetary/apod |
-| apod-api-key | apodAPIKey | DEMO_KEY                            |
-| wall         | wall       | daily                               |
-** Bing Photo of the Day
-| 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 |
+* Uses
+- on system startup for new wallpaper at every startup
+- as a cron job to change wallpaper at set intervals
 * Demo
 I just run some cetus commands on my computer, nothing fancy. I'll make better
 demo videos someday.
@@ -34,11 +13,11 @@ demo videos someday.
 | Version | Video                                                                |
 |---------+----------------------------------------------------------------------|
 | v0.2.0  | https://diode.zone/videos/watch/12db31e1-3517-4888-ad06-55f3859447a1 |
-* Dependency
-- [[https://feh.finalrewind.org/][feh]]
 * Features
 - Set Daily, Weekly or Random wallpaper
 - Supports multiple sources
+* Dependency
+- [[https://feh.finalrewind.org/][feh]]
 * Examples
 ** Daily wallpaper
 *** from Astronomy Picture of the Day
@@ -83,6 +62,27 @@ cetus -src=random -wall=random
 
 cetus # This is same as above
 #+END_SRC
-* Uses
-- on system startup for new wallpaper at every startup
-- as a cron job to change wallpaper at set intervals
+* Defaults
+| flag | var  | default                                   |
+|------+------+-------------------------------------------|
+| wall | wall | random (daily when random is unavailable) |
+| src  | src  | random                                    |
+
+Currently only Unsplash Source random is supported for width, height
+| width  | width  | 1920 |
+| height | height | 1080 |
+** Astronomy Picture of the Day
+| flag         | var        | default                             |
+|--------------+------------+-------------------------------------|
+| apod-api     | apodAPI    | https://api.nasa.gov/planetary/apod |
+| apod-api-key | apodAPIKey | DEMO_KEY                            |
+| wall         | wall       | daily                               |
+** Bing Photo of the Day
+| 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 |