aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilipp Hemmelmayr <fips.hem@gmail.com>2018-02-13 14:29:31 +0100
committerPavan Jadhaw <pavanjadhaw96@gmail.com>2018-02-13 18:59:31 +0530
commit8031fa6f2c0289325c4394762a5d2cbdeedc4f37 (patch)
tree62be2d4e0952c7f3b5a9ea10dc464cd05b9c5678
parentfc9c6b2905f3afcd4971ee3f7e3d6aaa64dc9796 (diff)
added i3lock-color version hint (#32)
regarding #30
-rw-r--r--README.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/README.md b/README.md
index 7268720..0e0281d 100644
--- a/README.md
+++ b/README.md
@@ -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
```
---