summary refs log tree commit diff stats
path: root/README.org
blob: 894c5e9ca4e93c5e0e49076ab93c4d54e1f42406 (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
#+TITLE: Cetus

Cetus is a wallpaper manager written in Go. It uses [[https://source.unsplash.com/][Unsplash Source]] to get
wallpapers.

*Note*: Cetus is a work in-progress & many features are yet to be implemented.

* Features
- set a specific photo as wallpaper
- customize wallpaper size
* Demo
I just run some cetus commands on my computer, nothing fancy. I'll make better
demo videos someday.

| Version | Video                                                                |
|---------+----------------------------------------------------------------------|
| 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