From 8031fa6f2c0289325c4394762a5d2cbdeedc4f37 Mon Sep 17 00:00:00 2001 From: Philipp Hemmelmayr Date: Tue, 13 Feb 2018 14:29:31 +0100 Subject: [PATCH] added i3lock-color version hint (#32) regarding #30 --- README.md | 8 ++++---- 1 file 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 ``` ---