С помощью этой программы вы можете подгружать и автоматически менять обои с сайта unsplash.com. Чтобы скомпилировать и установить эту программу, достаточно ввести в терминал следущие команды:
sudo pacman -S rust feh #для Debian-подобных дистрибутивов команда будет выглядеть так: sudo apt install feh rust
cd https://gitea.it/KhomyaK_HTF/i3-unsplash-wallpapper-changer
cargo b --release
sudo cp target/release/i3-unsplash /usr/bin
```
А чтобы при каждом входе в систему i3 автоматически запускал эту программу, добавьте `exec /usr/bin/i3-unsplash` в конфиг i3 (~/.config/i3/config).
# en
With this program you can download and automatically change the wallpaper from unsplash.com. To compile and install this program, just type the following commands into the terminal: