From 6b37ee4e32f483f32f05b04c3f7be59316529ae8 Mon Sep 17 00:00:00 2001 From: Andinus Date: Thu, 12 Mar 2020 10:41:30 +0530 Subject: Change scope of the project --- README.org | 43 ++++++++++++++++++++++++------------------- 1 file changed, 24 insertions(+), 19 deletions(-) diff --git a/README.org b/README.org index 126bc29..dd23ebe 100644 --- a/README.org +++ b/README.org @@ -1,34 +1,39 @@ #+TITLE: Cetus -Cetus is a wallpaper setting tool written in Go. This is a work in-progress. +Cetus is a wallpaper tool written in Go. It can set wallpapers from various +sources. Default behaviour is to set a random wallpaper. * 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 +- Set Daily, Weekly or Random wallpaper * Examples -** Image of the Day -*** Astronomy Picture of the Day +** Daily wallpaper +*** from Astronomy Picture of the Day #+BEGIN_SRC sh -cetus -apod -apod-api=https://api.nasa.gov/planetary/apod \ - -apod-api-key=DEMO_KEY +cetus -apod -daily #+END_SRC -*** Bing Photo of the Day +*** from Bing Photo of the Day #+BEGIN_SRC sh -cetus -bpod +cetus -bpod -daily #+END_SRC -** Set given wallpaper +*** from Unsplash #+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 +cetus -unsplash -daily +#+END_SRC +*** from any service (choosen randomly) +#+BEGIN_SRC sh +cetus -daily +#+END_SRC +** Weekly wallpaper +*** from Unsplash +#+BEGIN_SRC sh +cetus -unsplash -weekly +#+END_SRC +** Random wallpaper +*** from Unsplash +#+BEGIN_SRC sh +cetus -unsplash -random #+END_SRC -- cgit 1.4.1-2-gfad0 2af93d483f9b323f1acaa037fd68a3'/>
path: root/TODO
blob: 4e4f2bd7293e9ca3989ac1e20b063bf5ecbbf9e4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53