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
|
@ -320,7 +320,7 @@ virtualbox-guest-iso The official VirtualBox Guest Additions ISO image R
|
|||
visidata Terminal spreadsheet multitool for discovering and arranging data R
|
||||
wavemon Ncurses-based monitoring application for wireless network devices R
|
||||
waybar Highly customizable Wayland bar for Sway and Wlroots based compositors R
|
||||
waylock A simple screenlocker for wayland compositors R
|
||||
waylock-git A simple screenlocker for Wayland compositors A
|
||||
wdisplays GUI display configurator for wlroots compositors A
|
||||
wev tool for debugging wayland events, similar to xev A
|
||||
wezterm A GPU-accelerated cross-platform terminal emulator and multiplexer R
|
||||
|
|
Can't render this file because it contains an unexpected character in line 297 and column 64.
|
|
@ -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…
Reference in a new issue