unless you have a very high panel, 30px or so, you can only see 0 days in uptime. I'm a desktop user, and my pc is rarely on more than a few hours, so the days number is useless to me, and it is the only thing I can see. To see hours, I have to move mouse pointer over the indicator to see the tooltip. My request is that I can configure this behaviour, for example showing only hours and minutes, or hours before days; not to show everything on one line, because that is too long. I am using version 1.0.0-1 from debian testing repositories $ dpkg -l | grep systemload ii xfce4-systemload-plugin 1.0.0-1 system load monitor plugin for the Xfce4 panel $ lsb_release -a No LSB modules are available. Distributor ID: Debian Description: Debian GNU/Linux testing (wheezy) Release: testing Codename: wheezy really sorry if this is already fixed upstream but not in debian. Thank you Paolo
I've put a fix for this bug on my copy of this repository on github: https://github.com/cianmcgovern/xfce4-systemload-plugin It's changeset e5a39dd63c268b489aea3f5ed46fafbf2bb05e05
I dont really see the point of adding yet another set of options for that. Instead, we should show either 'X days' if days > 0, or either "hh:mm". "0 days" is a totally useless information.... That way, we only use a single label instead of two, and the full info is still available in tooltip. That's what http://git.xfce.org/panel-plugins/xfce4-systemload-plugin/commit/?id=41a698accf7cdc726eb3707c9a06d7fd4652481c does.
(In reply to comment #3) > I dont really see the point of adding yet another set of options for that. > Instead, we should show either 'X days' if days > 0, or either "hh:mm". "0 > days" is a totally useless information.... That way, we only use a single > label instead of two, and the full info is still available in tooltip. > > That's what > http://git.xfce.org/panel-plugins/xfce4-systemload-plugin/commit/ > ?id=41a698accf7cdc726eb3707c9a06d7fd4652481c does. I think is a very good resolution, well done. Thanks Paolo