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 0044360b43 Изменил(а) на 'src/main.rs' 2023-07-03 22:05:38 +02:00
src Изменил(а) на 'src/main.rs' 2023-07-03 22:05:38 +02:00
Cargo.toml Изменил(а) на 'Cargo.toml' 2023-07-03 20:46:04 +02:00
LICENSE Initial commit 2023-03-28 10:54:19 +02:00
README.md Изменил(а) на 'README.md' 2023-07-03 20:47:48 +02:00

README.md

RU

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

git clone https://gitea.it/KhomyaK_HTF/unwp
cd unwp
cargo b --release
sudo cp target/release/unwp /usr/bin/

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/unwp
cd unwp
cargo b --release
sudo cp target/release/unwp /usr/bin/