diff options
author | Pavan Jadhaw <pavanjadhaw96@gmail.com> | 2017-12-08 11:31:03 +0530 |
---|---|---|
committer | Pavan Jadhaw <pavanjadhaw96@gmail.com> | 2017-12-08 11:31:03 +0530 |
commit | ed474928cb9d31dc98bd471154151335b8bd6f6b (patch) | |
tree | 82ca93a0245de9c90568245b098aacb974645d94 /README.md | |
parent | 9031955b7c19e97ee21a7a90d8566a8422689298 (diff) |
Update readme for arch users
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 45 |
1 files changed, 43 insertions, 2 deletions
@@ -32,6 +32,28 @@ Make sure you have following packages installed. * [feh](https://feh.finalrewind.org/) - used to set custom wallpaper * [background.jpg](https://unsplash.com/) - find your fav background image +### Arch users + +To install required packages + +Install feh and imagemagick + +``` +pacman -S imagemagick feh +``` + +Install i3lock-color-git from AUR + +Pacaur Users +``` +pacaur -S aur/i3lock-color-git +``` + +Yaourt users +``` +yaourt -S i3lock-color-git +``` + ### How to get started Clone this repo @@ -52,7 +74,11 @@ grab your fav image for lockscreen background ./lock.sh -u path/to/image.img ``` -well, now lockscreen (original image) +--- + +### To lockscreen + +Original image as background ``` ./lock.sh -l @@ -70,7 +96,11 @@ Use blurred image as lockscreen background ./lock.sh -l blur ``` -well, now set wallpaper (original image) +--- + +### To set wallpaper + +Original Image ``` ./lock.sh -w @@ -88,10 +118,19 @@ Use blurred image as desktop background ./lock.sh -w blur ``` +Use dim + blurred image as desktop background + +``` +./lock.sh -w dimblur +``` + +--- To set desktop background on startup, add following lines to your .xintrc after pushing script to your path or you can use absolute path to script too ``` +exec lock -u ~/.wall.png & + exec lock.sh -w ``` @@ -110,6 +149,8 @@ exec --no-startup-id lock.sh -U ~/.wall.png exec --no-startup-id lock.sh -w ``` +--- + ## Feel free to use and distribute This is my first bash script so if you think this could be improved or if you have any suggestion. Feel free. |