Module awful.widget.textclock

Text clock widget.

Author:

Julien Danjou <julien@danjou.info>

Copyright© 2009 Julien Danjou

Release: v3.4.4

Functions

new (args, format, timeout) Create a textclock widget.


Functions

new (args, format, timeout)
Create a textclock widget. It draws the time it is in a textbox.

Parameters

  • args: Standard arguments for textbox widget.
  • format: The time format. Default is " %a %b %d, %H:%M ".
  • timeout: How often update the time. Default is 60.

Return value:

A textbox widget.

Valid XHTML 1.0!