From 5b0ad4aaaacf695899267452ae9dcc190cdecc5e Mon Sep 17 00:00:00 2001 From: Nikita Brancatisano <33670112+thevinter@users.noreply.github.com> Date: Thu, 3 Jun 2021 16:48:41 +0200 Subject: [PATCH 1/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e634a83..84c6801 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Styli.sh - Wallpaper switching on i3 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 a random image from the specified subreddits. From 1ce6b4f7e70dc421bfd9acf16c63b0a3c2f9c23d Mon Sep 17 00:00:00 2001 From: Nikita Brancatisano <33670112+thevinter@users.noreply.github.com> Date: Thu, 3 Jun 2021 16:49:11 +0200 Subject: [PATCH 2/3] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 84c6801..17f07eb 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # 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. ![Preview](preview.png) @@ -46,7 +46,7 @@ $ ./styli.sh -c $ ./styli.sh -c --no-xinerama -r widescreen-wallpaper ``` ## 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 ``` From 86aa0c0b3d275a511d4a47fb7812682599d3f540 Mon Sep 17 00:00:00 2001 From: Nikita Brancatisano <33670112+thevinter@users.noreply.github.com> Date: Thu, 3 Jun 2021 18:17:51 +0200 Subject: [PATCH 3/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 17f07eb..4298069 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ a random image from the specified subreddits. ![Preview](preview.png) ## Requirements -This script is made to work with ```feh``` so having it installed is a requirement. Currently it does not support Desktop Environments. +This script is made to work with ```feh``` so having it installed is a requirement. Currently it does not support anything other than that. ## Install ```