#! ../wafe --f
# this scipt needs the time offset patches for the Clock widget 
# -gustaf neumann

mergeResources topLevel {
    *background gray85 
    *borderWidth 0 
    *Clock.gmt true 
    *Clock.update 1 
    *Clock.shadowWidth 3
}

Form f topLevel translations "<Key>q: exec(quit)"

  Clock NY f hourOffset -4
  Label NYlabel f fromVert NY label "New York"

  Clock Vienna f fromHoriz NY hourOffset +2
  Label Vlabel f fromHoriz NY fromVert Vienna label "Vienna"

realize
