Module polycore
polycore main module
Functions
| conky_setup() | Global setup entry point, called by conky as per conkyrc.lua. |
| conky_paint_background() | Global update cycle entry point, called by conky as per conkyrc.lua. |
| conky_update() | Global update cycle entry point, called by conky as per conkyrc.lua. |
Fields
| DEBUG | Draw debug information |
Local Functions
| setup() | Takes care of initializing the widget layout. |
| paint_background() | Called once per update cycle to (re-)draw the entire surface background. |
| update() | Called once per update cycle to (re-)draw the entire surface foreground. |
| error_handler(err) | Simple error handler to show a stacktrace. |
Functions
- conky_setup()
- Global setup entry point, called by conky as per conkyrc.lua.
- conky_paint_background()
- Global update cycle entry point, called by conky as per conkyrc.lua.
- conky_update()
- Global update cycle entry point, called by conky as per conkyrc.lua.
Fields
Local Functions
- setup()
- Takes care of initializing the widget layout.
- paint_background()
- Called once per update cycle to (re-)draw the entire surface background.
- update()
- Called once per update cycle to (re-)draw the entire surface foreground.
- error_handler(err)
-
Simple error handler to show a stacktrace.
The printed stacktrace will also include this error_handler itself.
Parameters:
- err the error to handle