diff options
| author | Syndamia <kamen@syndamia.com> | 2022-08-06 08:05:30 +0300 |
|---|---|---|
| committer | Syndamia <kamen@syndamia.com> | 2022-08-06 08:05:30 +0300 |
| commit | 7f4506ad923b340a202b62eeae8f5d3553241884 (patch) | |
| tree | 9e8d5841c06f1935b85623b03d021f466dd47370 /.a/sys/lock.sh | |
| parent | 9c34e37e84fe4e37b3aab4db3f7ec02264a236a0 (diff) | |
| download | dotfiles-7f4506ad923b340a202b62eeae8f5d3553241884.tar dotfiles-7f4506ad923b340a202b62eeae8f5d3553241884.tar.gz dotfiles-7f4506ad923b340a202b62eeae8f5d3553241884.zip | |
Fixed lock script path
Diffstat (limited to '.a/sys/lock.sh')
| -rwxr-xr-x | .a/sys/lock.sh | 4 |
1 files changed, 2 insertions, 2 deletions
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 \ |
