[FEATURE] Add cpu temperature to the hardware slideout
Is your feature request related to a problem? Please describe.
No
Describe the solution you'd like
Would it be possible to add a CPU temp module to the hardware (DCM) slideout on the waybar for laptop users?
Describe alternatives you've considered
No response
Additional context
No response
Support or Contribution
@skinnypuppy Good request. Need to see if this can be standardized enabled. I guess, this needs to be configured individually by user.
This is what I have added to modules.ini in.config/waybar
// Temperature "temperature": { "interval": 10, "tooltip": true, "hwmon-path": [ "/sys/class/hwmon/hwmon1/temp1_input", "/sys/class/thermal/thermal_zone0/temp" ], //"thermal-zone": 0, "critical-threshold": 82, "format-critical": "{temperatureC}°C {icon}", "format": "{temperatureC}°C {icon}", "format-icons": [ "" ],
},``
And what I have added to style.css in .config/waybar/themes/ml4w-modern/style.css
`/* -----------------------------------------------------
- Hardware Group
- ----------------------------------------------------- */
#disk,#memory,#cpu,#temperature { margin:0px; padding:0px; font-size:16px; color:@iconcolor; }`
I also installed python-hwmon for all of this to work on my laptop.
I can create a pull request but this would need to be added to style.css in all of the themes.
This was pulled from JaKoolit's config.
Would be nice to have this für drive-temperature (nvme) too!
@skinnypuppy Good request. Need to see if this can be standardized enabled. I guess, this needs to be configured individually by user.
How can i set this up manually Stephan?