betterlockscreen: readd patch for i3color

This commit is contained in:
eyjhb
2021-05-26 11:00:54 +02:00
parent e2cc30b955
commit 8f23eb073a
2 changed files with 16 additions and 0 deletions
@@ -16,6 +16,8 @@ stdenv.mkDerivation rec {
nativeBuildInputs = [ makeWrapper ];
patches = [ ./replace-i3lock.patch ];
installPhase =
let
PATH =
@@ -0,0 +1,14 @@
diff --git a/betterlockscreen b/betterlockscreen
index 6dd06e0..746d820 100755
--- a/betterlockscreen
+++ b/betterlockscreen
@@ -87,7 +87,7 @@ prelock() {
lock() {
#$1 image path
- i3lock \
+ i3lock-color \
-c 00000000 \
-t -i "$1" \
--timepos='x+110:h-70' \