lockscreen: Update script for new waylock version
This commit is contained in:
parent
3dbc9f47d9
commit
01445aa3ed
2 changed files with 2 additions and 2 deletions
|
|
@ -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() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue