diff options
author | Andinus <andinus@inventati.org> | 2020-03-12 03:02:51 +0530 |
---|---|---|
committer | Andinus <andinus@inventati.org> | 2020-03-12 03:02:51 +0530 |
commit | dc639afe4e15372e1fd68baa72571484156d1dcd (patch) | |
tree | d1a46235ecc4fc20166954d63ab228d4cb87600c | |
parent | a0d936354801a0ba4c03d840ec086251d4c461ac (diff) | |
download | cetus-dc639afe4e15372e1fd68baa72571484156d1dcd.tar.gz |
Cleanup README
-rw-r--r-- | README.org | 19 |
1 files changed, 9 insertions, 10 deletions
diff --git a/README.org b/README.org index 82b21ea..51cdbf7 100644 --- a/README.org +++ b/README.org @@ -3,8 +3,15 @@ Cetus is a wallpaper setting tool written in Go. This is a work in-progress. * Dependency -** [[https://feh.finalrewind.org/][feh]] -Required to set the wallpaper. +- [[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]] + * Examples ** Image of the Day *** Astronomy Picture of the Day @@ -20,11 +27,3 @@ cetus -img-path=/path/to/img # Remote image as wallpaper cetus -img-path=http://127.0.0.1 #+END_SRC - -* 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. -*** DONE [[http://apod.nasa.gov/apod/astropix.html][Astronomy Picture of the Day]] -** DONE Set given wallpaper -Takes a path as input & sets it as wallpaper. |