Displays the current volume level. The script it uses is:
#!/usr/bin/osascript
set curVolume to output volume of (get volume settings)
"Vol: " & curVolume & "%"
![]()
Displays the current volume level. The script it uses is:
#!/usr/bin/osascript
set curVolume to output volume of (get volume settings)
"Vol: " & curVolume & "%"
![]()