This program allows you to download new random wallpapers from unsplash.com and install them automatically. The wallpaper changes every hour.
Go to file
KhomyaK_HTF c56b9db6f7 Загрузил(а) файлы в 'src' 2023-04-17 17:28:33 +02:00
src Загрузил(а) файлы в 'src' 2023-04-17 17:28:33 +02:00
Cargo.lock Загрузил(а) файлы в '' 2023-03-28 10:55:10 +02:00
Cargo.toml Загрузил(а) файлы в '' 2023-03-28 10:55:10 +02:00
LICENSE Initial commit 2023-03-28 10:54:19 +02:00
README.md Изменил(а) на 'README.md' 2023-03-28 11:10:46 +02:00
install.sh Загрузил(а) файлы в '' 2023-04-17 17:27:39 +02:00

README.md

ru

С помощью этой программы вы можете подгружать и автоматически менять обои с сайта unsplash.com. Чтобы скомпилировать и установить эту программу, достаточно ввести в терминал следущие команды:

git clone https://gitea.it/KhomyaK_HTF/i3-unsplash-wallpapper-changer
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:

git clone https://gitea.it/KhomyaK_HTF/i3-unsplash-wallpapper-changer
sudo pacman -S rust feh #for Debian-like distributions, the command would look like this: 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

And to make i3 automatically run this program every time it logs in, add exec /usr/bin/i3-unsplash to the i3 config (~/.config/i3/config).