Glad to hear someone else has the same wish, I need to switch the styles constantly (different notification when I'm out, watching a DVD, got a meeting, etc).
I use the following shell script (growl_smoke.command, new file per style). == cd "`dirname "$0"`" && killall GrowlHelperApp && sleep 3 && defaults write Com.Growl.GrowlHelperApp GrowlDisplayPluginName Smoke && sleep 1 && open -a GrowlHelperApp == In this example "Smoke" is the Style you're going to switch to. Everything must all be in one line and launch via doubleclick or quicksilver. Tested on 10.6.2 My solution freaks me out a bit, but sadly there's no better way to tell Growl to switch to another style. Maybe growl devs can consider to add applescript support at some point. Like: tell application "GrowlHelperApp" set GrowlDisplayPluginName to "Smoke". On Dec 19, 2:45 pm, GROOV <[email protected]> wrote: > now i got "prowl" iphone app that receive notification from growl. > > now i need the method to switch between style quickly via apple script > or quicksilver or something. > > anyone pls suggest me the method :D -- You received this message because you are subscribed to the Google Groups "Growl Discuss" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/growldiscuss?hl=en.
