betterlockscreen: readd patch for i3color

This commit is contained in:
eyjhb 2021-05-26 10:55:20 +02:00
parent e2cc30b955
commit 8f23eb073a
No known key found for this signature in database
GPG key ID: 740FAE1502523BD8
2 changed files with 16 additions and 0 deletions

View file

@ -16,6 +16,8 @@ stdenv.mkDerivation rec {
nativeBuildInputs = [ makeWrapper ];
patches = [ ./replace-i3lock.patch ];
installPhase =
let
PATH =

View file

@ -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' \