Изменил(а) на 'README.md'

This commit is contained in:
KhomyaK_HTF 2023-04-17 17:31:12 +02:00
parent 8087e9df0a
commit b1c8a549cf
1 changed files with 7 additions and 13 deletions

View File

@ -2,22 +2,16 @@
С помощью этой программы вы можете подгружать и автоматически менять обои с сайта unsplash.com. Чтобы скомпилировать и установить эту программу, достаточно ввести в терминал следущие команды:
```shell
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
git clone https://gitea.it/KhomyaK_HTF/unwp
cd unwp
./install.sh
```
А чтобы при каждом входе в систему 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:
```shell
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).
git clone https://gitea.it/KhomyaK_HTF/unwp
cd unwp
./install.sh
```