Alexays / Waybar

Highly customizable Wayland bar for Sway and Wlroots based compositors. :v: :tada:
MIT License
5.82k stars 657 forks source link

Temperature: Add option for wildcard identification of hwmon paths #3295

Open sudoAlphaX opened 1 month ago

sudoAlphaX commented 1 month ago

This would be useful in cases where specifying absolute paths is preferred, but the hwmon paths do not persist across reboots

Example:

"temperature": {
   "hwmon-path-abs": "/sys/devices/platform/coretemp.0/hwmon/hwmon*"
   "input-filename": "temp1_input",
}

Inspired from #292