Summary: | Ability to see total CPU/memory at the bottom of the window in every page, like in KSysGuard | ||
---|---|---|---|
Product: | [Applications] plasma-systemmonitor | Reporter: | nyanpasu64 <nyanpasu64> |
Component: | general | Assignee: | KSysGuard Developers <ksysguard-bugs> |
Status: | CONFIRMED --- | ||
Severity: | wishlist | CC: | ahiemstra, aspotashev, david.cortes.rivera, feus73, glifwentry, nate, plasma-bugs-null |
Priority: | NOR | Keywords: | usability |
Version First Reported In: | 5.22.4 | ||
Target Milestone: | --- | ||
Platform: | Other | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
nyanpasu64
2021-08-16 02:57:51 UTC
This is related to bug 438848, but that bug wants to see total CPU usage on the CPU graph page, while this bug wants to see total CPU usage on the processes list page. Seems reasonable. A possibly relevant merge request was started @ https://invent.kde.org/plasma/plasma-systemmonitor/-/merge_requests/162 Git commit 01e0a2d56b5ccc8bf4efa314f986f35b08598c1e by Arjen Hiemstra. Committed on 20/10/2021 at 12:35. Pushed by ahiemstra into branch 'master'. Allow changing row heights to one of three different modes This introduces a "heightMode" property for page rows, which allows a user to select one of three different behaviours for the height of a row. Minimum will use the minimum size of the row, balanced matches the old behaviour where we try to balance the row height between different rows and finally maximum which will try to use as much space as possible. This allows for some different layouts where there's a single row of text only sensors, most of the space is used for a process table or similar constructions. Related: bug 441489 M +1 -1 src/main.qml M +3 -0 src/page/EditablePage.qml M +82 -17 src/page/PageContents.qml M +68 -32 src/page/PageEditor.qml M +53 -2 src/page/RowControl.qml M +1 -0 src/pages/applications.page M +6 -0 src/pages/history.page M +5 -0 src/pages/overview.page M +1 -0 src/pages/processes.page https://invent.kde.org/plasma/plasma-systemmonitor/commit/01e0a2d56b5ccc8bf4efa314f986f35b08598c1e *** Bug 438848 has been marked as a duplicate of this bug. *** *** Bug 444079 has been marked as a duplicate of this bug. *** |