Mam skrypt jabłkowy, który pobiera listę elementów, a następnie iteruje nad nimi: tell application "GeekTool Helper" set names to name of geeklets repeat with currentName in names if (currentName is equal to "Top_CPU_Processes") then display dialog "found it" end if return currentName end...