
    Cris' widgets - readme
    ======================

    This is a little collection of rexx widgets written to work with
    Martin Lafaix' Widget Library.
    
    Included are:  a Z! controller widget
                   a clock widget
                   a swap-file-monitor widget
                   
    Since XWorkplace' XCenter still doesn't support installing widgets via
    setup strings, you'll have to install them manually by copying the code
    and resources provided and pasting it in the respective widgets.
    
    To install Z! Controller you'll have to install first a Rexx-button.
    To install Clock and Swap-Monitor, you'll have to install first two gauges.
    Then look in the provided text files.. you'll see how it's simple.
    
    
    Z! Controller
    =============
    
    This is a controller for the Z! mp3 player.
    
    Features: All the usual operations (skpi fwd, skip backwd, pause, stop,
              vol+, vol-) can be carried out by clicking on the icon in the
              XCenter.
              New MP3s can be added to the Z! play-list by dropping them on
              the icon.
              You can save a playlist in Z!, and later recall it with a single
              drag-n-drop on the icon.
              If you drop an MP3 file on the icon while Z! is not playing, it
              will start playing the dropped file immediately.
              
    
    Clock
    =====
    
    This is a simple clock. It has slight enhancements over the clock built-in
    wigets in XCenter.
    
    Features: It only shows hours:minutes, to conserve XCenter space.
              It can change his background color based on the hour of the day.
              It shows the weekday and the date in the tooltip.
              
    
    Swap File Monitor
    =================
    
    This is a monitor for your swap file.
    
    Features: It shows the percentage of space occupied by the swap file, with
              respect to the free space on the swap drive.
              It changes its color when the percentage goes over 75%, and then
              again when it goes over 90%.
              It shows the real size (in megabytes) of the swap file in the
              tooltip.
