#!/usr/bin/X11/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

  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
