You are not logged in.
Pages: 1
After last updates, panel plugins like System Load, Disk Perf, Network Load, are showing activity in the bar indication while measure is 0 (1st color block litted in bar chart)
sda
-------
I/O MB/S
Read :0.00
Write :0.00
...
extra/xfce4-panel 4.12.1-1 (xfce4) [installed]
extra/xfce4-diskperf-plugin 2.6.0-1 (xfce4-goodies) [installed]
extra/xfce4-systemload-plugin 1.2.0-1
extra/xfce4-netload-plugin 1.3.0-1 (xfce4-goodies) [installed]
Any one seeing this problem?
Offline
The same thing.
Also System Load stopped showing tooltip as usual.
Offline
As for the progress bar showing activity when the value is 0, it looks like its the result of this commit (for netload). A similar commit was made for the other panel plugins as well. Someone should file a bug report upstream.
As a workaround, try putting this:
.xfce4-panel progressbar progress {
min-height: 0px;
}...in ~/.config/gtk-3.0/gtk.css and restart the panel (xfce4-panel -r).
Offline
Pages: 1