Age | Commit message (Collapse) | Author | Files | Lines |
|
Since glibtop does not support NVMe drives, we rely on /proc/diskstats
to tell use load information for NVMe drives. If diskstats is not
present it returns to glibtop as a fallback.
|
|
Fix #171
|
|
fixes https://github.com/mate-desktop/mate-applets/issues/230
origin commit:
https://gitlab.gnome.org/GNOME/gnome-applets/commit/daadbbc
|
|
|
|
|
|
grid lines for each load level.
|
|
Since PATH_MAX is not guaranteed to be defined, unconditionally
using it will cause a build failure on platforms that don't define
it. So stop using it and use dynamic allocation to achieve the same
result.
Taken from gnome-applets commit: 877359047a4c3327d574955a72a102cc7320f6d3
From: Emilio Pozuelo Monfort <[email protected]>
Gnome bug: https://bugzilla.gnome.org/show_bug.cgi?id=603997
|
|
|
|
|