4 Commits

Author SHA1 Message Date
PhoenixCausesOof
fabeee6ed7
Fix auto-cpufreq --monitor reporting the "CPU frequency scaling" section wrong. (#855)
It used to always read the config file's "battery" section and report that, even if connected to a charger. I used a hacky solution (simply check the state of the battery, i.e., charging or not charging) and read the correct part of the config file based on that.
2025-06-29 08:39:48 +02:00
Universel
a9a76de6ea
Fix the error linked to the path of the battery and generalize the solution (improve battery path detection) (#847) 2025-05-27 18:32:55 +02:00
shadeyg56
6be1547243 Fix CPU temp sensors 2025-03-01 01:19:15 -06:00
LAITH343
081dbda79c
Enhance CLI System Monitoring with a TUI (#810)
* create a cli for better visual monitor, live and stats

- created a system info module
- created system monitor module
- fixed avg_all_core_temp not defined

* fixed snap package error and added missing implementations
2025-03-01 06:43:55 +01:00