diff options
author | Pavan Jadhaw <pavanjadhaw96@gmail.com> | 2017-12-10 10:11:23 +0530 |
---|---|---|
committer | Pavan Jadhaw <pavanjadhaw96@gmail.com> | 2017-12-10 10:11:23 +0530 |
commit | 9288d1a64cb20a18dc08d76c57d8d700efa7a065 (patch) | |
tree | 8994fa0f39cb4a31f42a6778e8e622c3b840b8cb /README.md | |
parent | 568edc3a4f2b9d45995e8a8c2a7e30da5a8558e6 (diff) |
update readme - update required dependencies
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -30,6 +30,8 @@ Make sure you have following packages installed. * [i3lock-color](https://github.com/PandorasFox/i3lock-color) - i3lock fork with additional features * [imagemagick](https://www.imagemagick.org/script/index.php) - to apply effects to images * [feh](https://feh.finalrewind.org/) - used to set custom wallpaper +* [xdpyinfo](https://www.x.org/archive/X11R7.7/doc/man/man1/xdpyinfo.1.xhtml) - find your screen resolution (to resize images accordingly) +* [xrandr](https://www.x.org/wiki/Projects/XRandR/) - depends for xdpyinfo * [background.jpg](https://unsplash.com/) - find your fav background image ### Arch users @@ -42,6 +44,13 @@ Install feh and imagemagick pacman -S imagemagick feh ``` +Install xrandr and xdpyinfo (currently used to find screenresolution) +If anyone knows better way so that these dependencies could be minimized, please open issue. + +``` +pacman -S xrandr xorg-xdpyinfo +``` + Install i3lock-color-git from AUR Pacaur Users @@ -178,6 +187,7 @@ exec --no-startup-id lock.sh -w This is my first bash script so if you think this could be improved or if you have any suggestion. Feel free. * Hat tip to anyone who's code was used +* Thanks to those who contributed to make it better * Inspiration - r/unixporn * etc |