lockscreen: Update script for new waylock version

This commit is contained in:
Marty Oehme 2023-01-07 16:46:09 +01:00
parent 3dbc9f47d9
commit 01445aa3ed
Signed by: Marty
GPG key ID: 73BA40D5AFAF49C9
2 changed files with 2 additions and 2 deletions

View file

@ -17,7 +17,7 @@ is_wayland() {
# Options to pass to i3lock
i3lock_options="-e -f -c 1d2021"
waylock_options="--init-color #223344 --input-color #224444 --fail-color #554444"
waylock_options="-init-color 0x223344 -input-color 0x224444 -fail-color 0x554444 -fork-on-lock"
# Run before starting the locker
pre_lock() {