nokyan / resources

Keep an eye on system resources
GNU General Public License v3.0
734 stars 56 forks source link

Show Temperature Sensor as a Graph #328

Closed ChristophHannappel closed 1 week ago

ChristophHannappel commented 2 months ago

Is there an existing issue for this?

Is your feature request related to a problem? Please describe.

I'm interested how the device temperature correlates with it's utilization. Currently i can only see the current sensor value, but no trend.

Describe the solution you'd like

Allow the temperature sensor data to be displayed as a graph as an option.

Describe alternatives you've considered

-

Additional context

No response

nokyan commented 2 months ago

Hi, thanks for the issue. I'll look into it, though I'd prefer not to put too many vertically stacked into a page as this consumes a lot of space.

nokyan commented 2 weeks ago

I've implemented the temperature graphs in the temperature-graphs branch, do you mind checking it out?

ChristophHannappel commented 2 weeks ago

Hello,

thank you very much. Could you help me how to test it? Do i need to build it as described at building-using-flatpak-builder or is there a compiled app that i can start? Thank you

nokyan commented 2 weeks ago

Hello,

thank you very much. Could you help me how to test it? Do i need to build it as described at building-using-flatpak-builder or is there a compiled app that i can start? Thank you

You can try to build it yourself using the commands in the README section you linked, but I think there is a way to use Flathub for such test builds, I'll try to figure that out in the meantime. :)

ChristophHannappel commented 1 week ago

Just followed the flatpack-build instructions and it worked flawlessly :)

The Sensor Graph is perfect. Thank you very much grafik

nokyan commented 1 week ago

Neat, I'll merge it then. :)