Please change default timer period from seconds to milliseconds. It's trivial to patch, but crucial to end user. It would allow cpu/mem/io/net/bat ... etc monitoring in all in one panel plugin using conky-cli.
Patch to allow for lower update periods * Period steps lowered to 250ms (0.25s) like other plugins * Minimum allowed period lowered to 0.25s * Adjustment spinner now has 2 decimal places instead of only integers. Link to patch: http://paste.ubuntu.com/1089431/ (bugzilla wouldn't accept attachment)
I notice that your patch only changes the UI. Is the finer-grained adjustment saved to the config and loaded again correctly?
It is, yes. It was already being saved/restored in milliseconds so it was only a matter of adjusting the UI.
Okay, great! I've committed this patch: http://git.xfce.org/panel-plugins/xfce4-genmon-plugin/commit/?id=2d5fa307827a7b32af4f7b2ae0604f943e3a6e99 Thank you for your work!