Optional Features
Start the digital clock applet that runs in the Whim controls.
on startup { start.applet "digital clock" $::current_desktop }This was added on Sep 17th to Whim_unstable.vfs (2128 unfortunately doesn't support this):
foreach d $::desktops {
puts D:$d
if {[$d name] eq "Chat" || [$d name] eq "Media"} {
on startup [list start.applet taskbar $d]
}
}More Soon...