summary refs log tree commit diff stats
path: root/README.org
diff options
context:
space:
mode:
authorAndinus <andinus@inventati.org>2020-03-14 14:18:30 +0530
committerAndinus <andinus@inventati.org>2020-03-14 14:18:30 +0530
commitdde2d726d5b65e648b99e45538221014562f1a18 (patch)
tree1db38a43964b205a6dcbb0c160c66213fdffd94e /README.org
parent82a53c3c5b5ffd8af9c69c6184134f100f80b89a (diff)
downloadcetus-dde2d726d5b65e648b99e45538221014562f1a18.tar.gz
Add support for random photo as background v0.3.1
Diffstat (limited to 'README.org')
-rw-r--r--README.org12
1 files changed, 11 insertions, 1 deletions
diff --git a/README.org b/README.org
index 894c5e9..03891cc 100644
--- a/README.org
+++ b/README.org
@@ -6,7 +6,8 @@ wallpapers.
 *Note*: Cetus is a work in-progress & many features are yet to be implemented.
 
 * Features
-- set a specific photo as wallpaper
+- set a specific photo as background
+- set a random photo as background
 - customize wallpaper size
 * Demo
 I just run some cetus commands on my computer, nothing fancy. I'll make better
@@ -24,3 +25,12 @@ photo-id flag can be used to set a specific photo as background.
 cetus -width 1920 -height 1080 \
       -photo-id=FzrjgIId6NU
 #+END_SRC
+** random
+random flag can be used to set a random photo as background, this is the default
+behaviour.
+#+BEGIN_SRC sh
+cetus -width 1920 -height 1080 \
+      -random
+
+cetus -width 1920 -height 1080 # same as above
+#+END_SRC