X-Git-Url: https://iankelling.org/git/?a=blobdiff_plain;ds=sidebyside;f=system-status;h=b2e3b160f80eb1cc2c174a57a71085b7cd04b0fd;hb=dc8de4077c6b6a7ae3678e3be1d639dc9219cd77;hp=9d9049ef93a30bd59a9d64bae545dcbb7e49b9f2;hpb=65d1dda5c1e79aa9c85a2d16bdd1a12413f163af;p=distro-setup diff --git a/system-status b/system-status index 9d9049e..b2e3b16 100755 --- a/system-status +++ b/system-status @@ -388,7 +388,7 @@ mute() { local locked export DISPLAY=:0 locked=false - if lock_info=$(xscreensaver-command -timer); then + if lock_info=$(xscreensaver-command -time); then if [[ $lock_info != *non-blanked* ]]; then locked=true fi