Module awful.widget.textclock
Info:
- Release: v3.5.5
- Author: Julien Danjou <julien@danjou.info>
- Copyright: 2009 Julien Danjou
Functions
new (format, timeout) | Create a textclock widget. |
Tables
textclock | Text clock widget. |
Functions
- new (format, timeout)
-
Create a textclock widget. It draws the time it is in a textbox.
Parameters:
- format The time format. Default is " %a %b %d, %H:%M ".
- timeout How often update the time. Default is 60.
Returns:
-
A textbox widget.