https://github.com/mxtw/kiti
CLI tool to set your wallpaper to a random image from various sources
https://github.com/mxtw/kiti
cat go random-wallpapers wallpaper wayland x11
Last synced: about 2 months ago
JSON representation
CLI tool to set your wallpaper to a random image from various sources
- Host: GitHub
- URL: https://github.com/mxtw/kiti
- Owner: mxtw
- License: mit
- Created: 2023-09-29T10:49:48.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-09-04T17:12:17.000Z (9 months ago)
- Last Synced: 2024-09-05T23:54:30.793Z (9 months ago)
- Topics: cat, go, random-wallpapers, wallpaper, wayland, x11
- Language: Go
- Homepage:
- Size: 17.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# kiti
`kiti` is a tool to set your wallpaper to a random image from
various sources written in Go.
A continuation of my [catbg](https://github.com/mxtw/catbg) shell script.So far setting the wallpaper is only supported using `feh` or `swaybg`
## Installation
```shell
go install github.com/mxtw/kiti@latest
```
You will need to have `feh` (X11) or `swaybg` (Wayland) to set the wallpaper.## Supported Sources
Image sources supported so far
- [x] Reddit
- [x] Imgur
- [ ] Custom
- [ ] ...## Features
- [x] generic X11 support (using [feh](https://github.com/derf/feh))
- [x] generic Wayland support (using [swaybg](https://github.com/swaywm/swaybg))
- [ ] support of specific desktop environments
- [ ] Windows support
- [ ] MacOS support
- [ ] better documentation :)## Inspirations
- [Walldo](https://github.com/Elias-Gill/Walldo)