mirror of
https://git.adityakumar.xyz/betterlockscreen-openrc.git
synced 2024-11-09 10:39:45 +00:00
dont pause player when locked
This commit is contained in:
parent
d06337ffd6
commit
5e775c59a4
1 changed files with 1 additions and 2 deletions
|
@ -78,7 +78,7 @@ case "$1" in
|
||||||
echo "Important : Update the image cache, Ex. betterlockscreen -u path/to/image.jpg"
|
echo "Important : Update the image cache, Ex. betterlockscreen -u path/to/image.jpg"
|
||||||
echo
|
echo
|
||||||
echo " Image cache must be updated to initially configure or update wallpaper used"
|
echo " Image cache must be updated to initially configure or update wallpaper used"
|
||||||
echo
|
echo
|
||||||
echo "See also : For other set of options and help use help command."
|
echo "See also : For other set of options and help use help command."
|
||||||
echo "Ex. betterlockscreen -h or betterlockscreen --help"
|
echo "Ex. betterlockscreen -h or betterlockscreen --help"
|
||||||
|
|
||||||
|
@ -146,7 +146,6 @@ case "$1" in
|
||||||
"")
|
"")
|
||||||
# default lockscreen
|
# default lockscreen
|
||||||
prelock
|
prelock
|
||||||
playerctl pause > /dev/null 2>&1
|
|
||||||
lock "$l_resized"
|
lock "$l_resized"
|
||||||
postlock
|
postlock
|
||||||
;;
|
;;
|
||||||
|
|
Loading…
Reference in a new issue