betterlockscreen: readd patch for i3color
This commit is contained in:
parent
e2cc30b955
commit
8f23eb073a
@ -16,6 +16,8 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
nativeBuildInputs = [ makeWrapper ];
|
nativeBuildInputs = [ makeWrapper ];
|
||||||
|
|
||||||
|
patches = [ ./replace-i3lock.patch ];
|
||||||
|
|
||||||
installPhase =
|
installPhase =
|
||||||
let
|
let
|
||||||
PATH =
|
PATH =
|
||||||
|
14
pkgs/misc/screensavers/betterlockscreen/replace-i3lock.patch
Normal file
14
pkgs/misc/screensavers/betterlockscreen/replace-i3lock.patch
Normal 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' \
|
||||||
|
|
Loading…
Reference in New Issue
Block a user