From 7f4506ad923b340a202b62eeae8f5d3553241884 Mon Sep 17 00:00:00 2001 From: Syndamia Date: Sat, 6 Aug 2022 08:05:30 +0300 Subject: Fixed lock script path --- .a/sys/lock.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.a') diff --git a/.a/sys/lock.sh b/.a/sys/lock.sh index e226b20..3ea9ca2 100755 --- a/.a/sys/lock.sh +++ b/.a/sys/lock.sh @@ -21,7 +21,7 @@ before_locking () { before_suspend () { # Keep track of time when machine is suspended, as well as how long it has been up for - uptime >> ~/.i3lock/suspend-history + uptime >> ~/.a/sys/suspend-history } when_unlocked () { @@ -75,7 +75,7 @@ if ! pgrep i3lock 1>&2; then # But I highly advise you to use i3lock-color, it's amazing: https://github.com/Raymo111/i3lock-color ( before_locking && \ - i3lock -f -c d49408 -i /home/kamen/.i3lock/lockscreen.png -n \ + i3lock -f -c d49408 -i ~/.a/sys/lockscreen.png -n \ -F -k --indicator --keylayout 1 --radius 95 --pass-volume-keys \ --date-str='%d.%m.%Y' --verif-text='Verifying…' --wrong-text='Wrong!' --noinput-text='No Input!' \ --insidever-color d47408cc --ringver-color d47408 --insidewrong-color c35b5bcc --ringwrong-color c35b5b \ -- cgit v1.2.3