diff options
-rwxr-xr-x | sbar | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -71,6 +71,8 @@ while :; do [ $((sec % 5 )) -eq 0 ] && update_time # update time every 5 seconds [ $((sec % 60)) -eq 0 ] && update_net [ $((sec % 60)) -eq 0 ] && update_bat + # zoom turn on my mic on start, so need to monitor the change + [ $((sec % 60 )) -eq 0 ] && update_mic # how often the display updates ( 5 seconds ) [ $((sec % 5 )) -eq 0 ] && display sec=$((sec + 1)) |