Skip to content

Latest commit

 

History

History
35 lines (25 loc) · 847 Bytes

README.md

File metadata and controls

35 lines (25 loc) · 847 Bytes

kiti

kiti is a tool to set your wallpaper to a random image from various sources written in Go. A continuation of my catbg shell script.

So far setting the wallpaper is only supported using feh or swaybg

Installation

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

  • Reddit
  • Imgur
  • Custom
  • ...

Features

  • generic X11 support (using feh)
  • generic Wayland support (using swaybg)
  • support of specific desktop environments
  • Windows support
  • MacOS support
  • better documentation :)

Inspirations