i3lock-color

The world's most popular non-default computer lockscreen.
Index Commits Files Refs README LICENSE
commit eefd457317d3cd083c0801871fb9163f5d7d6fc2
parent eb6c9412e99731d284b000315776d021bad2458f
Author: Raymond Li <hi@raymond.li>
Date:   Tue,  4 Aug 2020 17:29:25 -0400

Update build.sh
Diffstat:
Mbuild.sh | 5+++++
1 file changed, 5 insertions(+), 0 deletions(-)
diff --git a/build.sh b/build.sh
@@ -1,6 +1,11 @@
 #!/bin/bash
 autoreconf -fiv
 
+if 
+    sed -i "/^auth include system-auth/c\#auth include system-auth" pam/i3lock
+    sed -i "/^#auth include login/c\auth include login" pam/i3lock
+fi
+
 BUILD_DIR=build/
 rm -rf $BUILD_DIR
 mkdir -vp $BUILD_DIR