From 6ceb7554067142bf83207c18e9d72d4b0ff83fea Mon Sep 17 00:00:00 2001 From: Andinus Date: Thu, 12 Mar 2020 02:33:13 +0530 Subject: Add Astronomy Picture of the Day support --- README.org | 25 ++++++++++++++++++++----- 1 file changed, 20 insertions(+), 5 deletions(-) (limited to 'README.org') diff --git a/README.org b/README.org index 9cfe979..82b21ea 100644 --- a/README.org +++ b/README.org @@ -2,14 +2,29 @@ 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. +* Examples +** Image of the Day +*** Astronomy Picture of the Day +#+BEGIN_SRC sh +cetus -apod -apod-api=https://api.nasa.gov/planetary/apod \ + -apod-api-key=DEMO_KEY +#+END_SRC +** Set given wallpaper +#+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 +#+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. -*** TODO [[http://apod.nasa.gov/apod/astropix.html][Astronomy Picture of the Day]] +*** 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. - -* Dependency -** [[https://feh.finalrewind.org/][feh]] -Required to set the wallpaper. -- cgit 1.4.1-2-gfad0 ctive' href='/danisanti/profani-tty/tree/tests/functionaltests/test_rooms.h?id=fb2ca00f930b03baf1f175d63f10f7fd6708c4b0'>tree commit diff stats
path: root/tests/functionaltests/test_rooms.h
blob: a0cf5db8d57a5293b286b5395c173640f42006be (plain) (blame)
1
2