Feature : A quick view of system status via a shorthand command (e.g s:) #125
Closed
Caelestis94
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
A feature that shows a compact status dashboard with key system indicators like RAM, CPU, disk, GPU, and sensors. Useful as a quick “at a glance” health panel without opening a full system monitor.
Possible constraints :
This one might be a bit more touchy, since system topology can vary and relying on installed utils like
sensorsor other monitoring tools isn't really practical, bringing in external deps is also non-ideal imo, but a minimum viable solution can probably be worked with built-ins (/proc/,QStorageInfoorQSysInfo)WIP/POC:
All reactions