X-Git-Url: https://iankelling.org/git/?a=blobdiff_plain;f=system-status;fp=system-status;h=b2e3b160f80eb1cc2c174a57a71085b7cd04b0fd;hb=541688fb965b26a16cda0801591df64551c51115;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