Add call status indicator to the status bar

This commit is contained in:
Kay Simmons 2023-01-31 15:00:49 -08:00
parent a89cc22af4
commit e35db69dbd
4 changed files with 79 additions and 23 deletions

View file

@ -31,9 +31,10 @@ scale_factor=1
if [[ $resolution_line =~ Retina ]]; then scale_factor=2; fi
width=$(expr ${screen_size[0]} / 2 / $scale_factor)
height=${screen_size[1] / $scale_factor}
y=$(expr $height / 2)
position_1=0,0
position_2=${width},0
position_1=0,${y}
position_2=${width},${y}
# Authenticate using the collab server's admin secret.
export ZED_STATELESS=1