diff options
Diffstat (limited to 'dot_config/waybar/executable_webcam-status.sh')
| -rw-r--r-- | dot_config/waybar/executable_webcam-status.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dot_config/waybar/executable_webcam-status.sh b/dot_config/waybar/executable_webcam-status.sh index 997f97a..1b812a6 100644 --- a/dot_config/waybar/executable_webcam-status.sh +++ b/dot_config/waybar/executable_webcam-status.sh @@ -12,7 +12,7 @@ esac # fuser exits 0 when at least one device has an opener, 1 otherwise. Stderr # carries 'PID' for each match; redirect it away. if fuser $devs >/dev/null 2>&1; then - printf '{"text":"","tooltip":"webcam in use","class":"active","alt":"active"}\n' + printf '{"text":"","tooltip":"webcam in use","class":"active","alt":"active"}\n' else printf '{"text":"","alt":"idle"}\n' fi |
