dont pause player when locked

This commit is contained in:
Pavan Jadhaw 2017-12-16 21:13:16 +05:30
parent d06337ffd6
commit 5e775c59a4

View file

@ -78,7 +78,7 @@ case "$1" in
echo "Important : Update the image cache, Ex. betterlockscreen -u path/to/image.jpg"
echo
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 "Ex. betterlockscreen -h or betterlockscreen --help"
@ -146,7 +146,6 @@ case "$1" in
"")
# default lockscreen
prelock
playerctl pause > /dev/null 2>&1
lock "$l_resized"
postlock
;;