fix typo
[distro-setup] / system-status
index 9d9049ef93a30bd59a9d64bae545dcbb7e49b9f2..b2e3b160f80eb1cc2c174a57a71085b7cd04b0fd 100755 (executable)
@@ -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