2010/12/8 桂林 <[email protected]>
> I type date comman it shows 14:23:05, but the awesome wm datetime try is
> still 22, sometime it delays 10s, sometimes it delays 40s, I think it must
> cause of update frequency.
>
> How can I fix this problem, and how can I change the display / click action
> / of datetime systray
>
You need to override the default 60s timeout when you create the widget,
like this:
mytextclock = awful.widget.textclock( " %d.%m.%Y %H:%M ", 1 )
the second parameter, 1, is the timeout, the widget will be refreshed every
second.
Note that I'm not sure how it will affect the load...