mirror of
https://git.adityakumar.xyz/betterlockscreen-openrc.git
synced 2024-11-21 22:52:52 +00:00
add nofork argument when locking without suspend (#48)
This commit is contained in:
parent
95edc98852
commit
368b30495d
1 changed files with 2 additions and 2 deletions
|
@ -52,8 +52,7 @@ lock() {
|
|||
--ringvercolor=$foreground --ringwrongcolor=$foreground --indpos="x+280:h-70" \
|
||||
--radius=20 --ring-width=4 --veriftext="" --wrongtext="" \
|
||||
--verifcolor="$foreground" --timecolor="$foreground" --datecolor="$foreground" \
|
||||
--noinputtext="" \
|
||||
--force-clock
|
||||
--noinputtext="" --force-clock $lockargs
|
||||
}
|
||||
|
||||
postlock() {
|
||||
|
@ -171,6 +170,7 @@ case "$1" in
|
|||
;;
|
||||
|
||||
-l | --lock)
|
||||
lockargs="-n"
|
||||
case "$2" in
|
||||
"")
|
||||
# default lockscreen
|
||||
|
|
Loading…
Reference in a new issue