added i3lock-color version hint (#32)

regarding #30
This commit is contained in:
Philipp Hemmelmayr 2018-02-13 14:29:31 +01:00 committed by Pavan Jadhaw
parent fc9c6b2905
commit 8031fa6f2c

View file

@ -84,7 +84,7 @@ chmod u+x betterlockscreen
Make sure you have following packages installed.
* [i3lock-color](https://github.com/PandorasFox/i3lock-color) - i3lock fork with additional features (use development branch while building from source for arch use i3lock-color-git from AUR)
* [i3lock-color](https://github.com/PandorasFox/i3lock-color) - i3lock fork with additional features (currently supported versions are 2.10.1c and 2.10.1-1-c due to a wip rewrite of it)
* [imagemagick](https://www.imagemagick.org/script/index.php) - to apply effects to images
* [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
@ -104,16 +104,16 @@ If anyone knows better way so that these dependencies could be minimized, please
pacman -S imagemagick feh xorg-xrandr xorg-xdpyinfo
```
Install i3lock-color-git from AUR
Install i3lock-color from AUR
Pacaur Users
```
pacaur -S aur/i3lock-color-git
pacaur -S aur/i3lock-color
```
Yaourt users
```
yaourt -S i3lock-color-git
yaourt -S i3lock-color
```
---