on run set pathName to "/Users/Justin/Documents/Geektool/Circle_VolumeIndicator/" set rawVolume to output volume of (get volume settings) as integer set finalVolume to rawVolume * 16 / 100 + 1 as integer do shell script ("cp " & pathName & "/Images_Blue/" & finalVolume & ".png " & pathName & "/temp.png") end run
My path is /Users/Justin/Documents/Geektool/Circle_VolumeIndicator
I have provided everything you need in the zip, first read the 'Justin.rtf' before moving your newly downloaded folder anywhere. Let me know how it works out for you. Thanks, Kate
It works! Thanks. I guess what I was doing wrong was not securely emptying the trash from my previous, failed attempts. Thanks, and great work. You have some great art as well! Good luck in the future.
set pathName to "/Users/Justin/Documents/Geektool/Circle_VolumeIndicator/"
set rawVolume to output volume of (get volume settings) as integer
set finalVolume to rawVolume * 16 / 100 + 1 as integer
do shell script ("cp " & pathName & "/Images_Blue/" & finalVolume & ".png " & pathName & "/temp.png")
end run
My path is /Users/Justin/Documents/Geektool/Circle_VolumeIndicator
Thank you, I appreciate your diligence.
I have provided everything you need in the zip, first read the 'Justin.rtf' before moving your newly downloaded folder anywhere.
Let me know how it works out for you.
Thanks, Kate
<3
and thanks for your kind words.
take care!