[![builds.sr.ht status](https://builds.sr.ht/~leinnan/wall_setter/commits/.build.yml.svg)](https://builds.sr.ht/~leinnan/wall_setter/commits/.build.yml?) Simple program for setting wallpaper in Linux distribution. Pass path to image if you want specific image, pass path to directory if you want to random file from directory. If you run `wall_setter` without any arguments it will try to set random file from user images directory as wallpaper. Supports **XFCE**, **Pantheon(gala)** and if he doesn't find any of previous it will try to set wallpaper using **feh**. It also support **sway**, in order to use it in **sway** add line in sway config: ```output * bg `wall_setter /path/to/folder/or/file` fill```