Acutally, since QS itself is running this, you can just use this in the first pane:
show large type ((current date)'s date string) On Mar 16, 8:47 pm, Jon Stovell <[email protected]> wrote: > Paste the following into the first pane, and select Run as Applescript > in the second pane: > > tell application "Quicksilver" to show large type ((current date)'s > date string) > > On Mar 16, 7:01 pm, Patrick <[email protected]> wrote: > > > > > Hey guys, > > > So I've decided showing the date in the menu bar is too clumsy, and > > want to set up a trigger to show it. > > I see in Howard's manual that he uses 'date (run command in shell)' as > > an example trigger. > > > This was my initial idea, but since it's running in the shell, it > > doesn't appear anywhere. > > > What I really want is something like '(date (run command in shell) > > (show large type))' if that's possible. > > > Cheers
