aboutsummaryrefslogtreecommitdiff
path: root/lumina-desktop/desktop-plugins/systemmonitor/MonitorWidget.ui
Commit message (Collapse)AuthorAge
* Fix up the reverse location lookup procedures for desktop plugins - now when ↵Ken Moore2015-10-20
| | | | the grid size is increased the items should try to stay in the same general spot if possible.
* Change some text on the "system monitor" desktop plugin: "Disk Usage" -> ↵Ken Moore2015-10-16
| | | | "Disk I/O"
* Add a new function to LuminaOS: DiskUsage()Ken Moore2015-06-10
| | | | | This returns the current stats about the available disks on the system (current read/write rates on FreeBSD - not implemented on other OS's yet). Also use this new function in the systemmonitor desktop plugin.
* Finish cleaning up the new CPU/Memory desction routines in libLumina, and ↵Ken Moore2015-05-22
add a new desktop plugin for monitoring system statistics (CPU/Mem usage, CPU temps).
bgstack15