summary refs log tree commit diff stats
path: root/README.org
diff options
context:
space:
mode:
authorAndinus <andinus@inventati.org>2020-03-14 00:28:03 +0530
committerAndinus <andinus@inventati.org>2020-03-14 00:28:03 +0530
commit7be294fa299da7c9aa3ba17d7ffba03e1a68e8aa (patch)
tree34a322905e6ac088b557758464ea24f9a7418646 /README.org
parent8603c8e3845a1830971c88bb8bc66dc3c07d7a7c (diff)
downloadcetus-7be294fa299da7c9aa3ba17d7ffba03e1a68e8aa.tar.gz
Narrow scope of the project
Dropped support for Astronomy Picture of the Day & Bing Photo of the
Day.

I wrote this to get a new wallpaper at every startup or whenever I
wish, in my opinion Unsplash Source is a better option & there is no
point in keeping unused code.
Diffstat (limited to 'README.org')
-rw-r--r--README.org77
1 files changed, 4 insertions, 73 deletions
diff --git a/README.org b/README.org
index 2020912..5808835 100644
--- a/README.org
+++ b/README.org
@@ -1,7 +1,9 @@
 #+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.
+Cetus is a wallpaper manager written in Go. It uses [[https://source.unsplash.com/][Unsplash Source]] to get
+wallpapers.
+
+*Note*: Cetus is a work in-progress & many features are yet to be implemented.
 
 * Uses
 - on system startup for new wallpaper at every startup
@@ -13,76 +15,5 @@ demo videos someday.
 | Version | Video                                                                |
 |---------+----------------------------------------------------------------------|
 | v0.2.0  | https://diode.zone/videos/watch/12db31e1-3517-4888-ad06-55f3859447a1 |
-* 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
-#+BEGIN_SRC sh
-cetus -src=apod -wall=daily
-#+END_SRC
-*** from Bing Photo of the Day
-#+BEGIN_SRC sh
-cetus -src=bpod -wall=daily
-#+END_SRC
-*** from Unsplash Source
-#+BEGIN_SRC sh
-cetus -src=unsplash -wall=daily
-#+END_SRC
-*** from any service (choosen randomly)
-#+BEGIN_SRC sh
-cetus -src=random -wall=daily
-
-cetus -wall=daily # This is same as above
-#+END_SRC
-** Weekly wallpaper
-*** from Unsplash Source
-#+BEGIN_SRC shp
-cetus -src=unsplash -wall=weekly
-#+END_SRC
-** Random wallpaper
-*** from Bing Photo of the Day
-#+BEGIN_SRC sh
-cetus -src=bpod -bpod-num 16 -wall=random # select from last 16 images
-
-cetus -src=bpod # This is same as above
-#+END_SRC
-*** from Unsplash Source
-#+BEGIN_SRC sh
-cetus -src=unsplash -wall=random -width 1920 -height 1080
-
-cetus -src=unsplash # This is same as above
-#+END_SRC
-*** from any service (choosen randomly)
-#+BEGIN_SRC sh
-cetus -src=random -wall=random
-
-cetus # This is same as above
-#+END_SRC
-* 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 | 7 (max 7)                                |
-** Unsplash Source
-| flag         | var         | default                     |
-|--------------+-------------+-----------------------------|
-| unsplash-api | unsplashAPI | https://source.unsplash.com |