summary refs log tree commit diff stats
path: root/README.org
diff options
context:
space:
mode:
authorAndinus <andinus@inventati.org>2020-03-14 13:31:45 +0530
committerAndinus <andinus@inventati.org>2020-03-14 13:31:45 +0530
commitf0a905d77552a740194da4582b5447af58254e26 (patch)
treeaf1851951e2889901eac85444acedd9345b887cb /README.org
parentea8a01e9ae40f5478167abcf4563682adc77efb6 (diff)
downloadcetus-f0a905d77552a740194da4582b5447af58254e26.tar.gz
Fix SetFromID & add usage in readme
Diffstat (limited to 'README.org')
-rw-r--r--README.org9
1 files changed, 8 insertions, 1 deletions
diff --git a/README.org b/README.org
index 8cc92cd..894c5e9 100644
--- a/README.org
+++ b/README.org
@@ -8,7 +8,7 @@ wallpapers.
 * Features
 - set a specific photo as wallpaper
 - customize wallpaper size
-* pppDemo
+* Demo
 I just run some cetus commands on my computer, nothing fancy. I'll make better
 demo videos someday.
 
@@ -17,3 +17,10 @@ demo videos someday.
 | v0.2.0  | https://diode.zone/videos/watch/12db31e1-3517-4888-ad06-55f3859447a1 |
 * Dependency
 - [[https://feh.finalrewind.org/][feh]]
+* Usage
+** photo-id
+photo-id flag can be used to set a specific photo as background.
+#+BEGIN_SRC sh
+cetus -width 1920 -height 1080 \
+      -photo-id=FzrjgIId6NU
+#+END_SRC
145'>145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223