From 75737ee577e6a516e1e54789a5e60227bcea0f54 Mon Sep 17 00:00:00 2001 From: pgrondek Date: Tue, 16 Jun 2020 03:02:29 +0200 Subject: [PATCH] Add script for lockscreen --- bin/lock | 5 +++++ 1 file changed, 5 insertions(+) create mode 100755 bin/lock diff --git a/bin/lock b/bin/lock new file mode 100755 index 0000000..db2bd09 --- /dev/null +++ b/bin/lock @@ -0,0 +1,5 @@ +#!/usr/bin/env sh + +COLOR=000000 + +i3lock -f -t -c ${COLOR}