Update README.md

This commit is contained in:
Nikita Brancatisano 2021-06-03 16:49:11 +02:00 committed by GitHub
parent 5b0ad4aaaa
commit 1ce6b4f7e7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,6 +1,6 @@
# Styli.sh - Wallpaper switching on feh made easy # Styli.sh - Wallpaper switching on feh made easy
Stily.sh is a Bash script that aims to automate the tedious process of finding new wallpapers, downloading and switching them via the i3 config. **Styly.sh** can search for specific wallpapers from unsplash or download Stily.sh is a Bash script that aims to automate the tedious process of finding new wallpapers, downloading and switching them via your wm config. **Styly.sh** can search for specific wallpapers from unsplash or download
a random image from the specified subreddits. a random image from the specified subreddits.
![Preview](preview.png) ![Preview](preview.png)
@ -46,7 +46,7 @@ $ ./styli.sh -c <flags>
$ ./styli.sh -c --no-xinerama -r widescreen-wallpaper $ ./styli.sh -c --no-xinerama -r widescreen-wallpaper
``` ```
## Tips And Tricks ## Tips And Tricks
To set a new background every time you reboot your computer add the following to your ```i3/config``` file To set a new background every time you reboot your computer add the following to your ```i3/config``` file (or any other WM config)
``` ```
exec_always path/to/script/styli.sh exec_always path/to/script/styli.sh
``` ```