summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorAndinus <andinus@nand.sh>2020-03-25 02:28:21 +0530
committerAndinus <andinus@nand.sh>2020-03-25 02:28:21 +0530
commita56fb80defa09426fac74d9c0715a52ab55b099b (patch)
tree5a5daad7f2e91e682f2dfa00716f890c9d965344
parent4dcdf6a3cd8193e51e0cfb12cbeaaa8abdaa6f00 (diff)
downloadcetus-a56fb80defa09426fac74d9c0715a52ab55b099b.tar.gz
Add demo videos to readme
-rw-r--r--README.org5
-rw-r--r--bpod/json.go1
2 files changed, 5 insertions, 1 deletions
diff --git a/README.org b/README.org
index e344ebd..19d7686 100644
--- a/README.org
+++ b/README.org
@@ -10,6 +10,11 @@ sources for fetching the background.
 | Source Code     | [[https://tildegit.org/andinus/cetus][Andinus / Cetus]] |
 | GitHub (Mirror) | [[https://github.com/andinus/cetus][Cetus - GitHub]]  |
 
+| Demo Video                 |
+|----------------------------|
+| [[https://diode.zone/videos/watch/11af8886-7b75-400b-9c4d-05191bd55059][Cetus v0.6.0]]               |
+| [[https://diode.zone/videos/watch/6d01245d-a6d0-4958-881d-f6df609d65ab][Cetus v0.6.0 Demo on macOS]] |
+
 Dependency: /feh/, /libnotify/ (optional)
 
 It supports /GNOME/, /Unity/, /LXDE/, /Pantheon/ & WM/DE similar to /i3wm/ (including
diff --git a/bpod/json.go b/bpod/json.go
index 02f6fe1..a05c6fc 100644
--- a/bpod/json.go
+++ b/bpod/json.go
@@ -54,7 +54,6 @@ func GetJson(reqInfo map[string]string) (string, error) {
 	// if random is true then fetch 7 photos
 	if reqInfo["random"] == "true" {
 		params["n"] = "7"
-
 	}
 
 	body, err := request.GetRes(reqInfo["api"], params)