WallPyPer/README.md

64 lines
1.4 KiB
Markdown
Raw Normal View History

2022-06-20 04:52:32 +00:00
# WallPyper
WallPyPer - is small utility, work via
2022-06-20 04:52:32 +00:00
[foo-Wallpaper-Feh-Gif ](https://github.com/thomas10-10/foo-Wallpaper-Feh-Gif) and [feh](https://github.com/derf/feh).
2022-06-20 05:27:08 +00:00
2022-06-20 05:36:37 +00:00
<img src="./docs/media/demo.gif" />
WallPyPer can work with images and gifs.
2022-06-29 12:57:53 +00:00
## Install
Dependencies:
* [feh](https://github.com/derf/feh)
* [foo-Wallpaper-Feh-Gif ](https://github.com/thomas10-10/foo-Wallpaper-Feh-Gif)
2022-06-30 13:33:24 +00:00
* [apscheduler](https://github.com/agronholm/apscheduler)
2022-06-29 12:57:53 +00:00
**feh** is most likely already in tour list of repositories.
Debiadn/Ubuntu:
```
sudo apt install feh
```
Arch:
```
pacman -S feh
```
**foo-Wallpaper-feh-gif** is just bash script, you can download it [here](https://github.com/thomas10-10/foo-Wallpaper-Feh-Gif/blob/master/back4.sh)
```
curl -L https://raw.githubusercontent.com/thomas10-10/foo-Wallpaper-Feh-Gif/master/install.sh | bash
```
2022-06-30 13:33:24 +00:00
Install apscheduler
```
pip install apscheduler
```
2022-06-29 12:57:53 +00:00
Then download WallPyPer and make main.py an run file.
```
git clone https://github.com/KarimullinArthur/WallPyPer.git
cd WallPyPer
chmod +x main.py
```
And after create symbolic a link in one of the PATH var.
For example
```
cd /usr/local/bin/
ln -s <abs_path_to_download_repo>/main.py wallpyper
```
The absolute path you cat get via command *pwd*
## Auto Start
2022-06-29 13:50:10 +00:00
For **i3wm** add in your ~/.conifg/i3/config one string:
2022-06-29 12:57:53 +00:00
```
exec wallpyper
```