Merge pull request #3706 from ico277/master

Add an option to search for name in hwmon directory for the temperature module
This commit is contained in:
Alexis Rouillard
2026-07-03 23:20:34 +02:00
committed by GitHub
2 changed files with 43 additions and 7 deletions
+6 -1
View File
@@ -35,7 +35,12 @@ Addressed by *temperature*
*input-filename*: ++
typeof: string ++
The temperature filename of your *hwmon-path-abs*, e.g. *temp1_input*
The temperature filename of your *hwmon-path-abs* (also used by *hwmon-by-name*), e.g. *temp1_input*
*hwmon-by-name*: ++
typeof: string ++
The substring to search for in */sys/class/hwmon/hwmonX/name* (where hwmonX is any folder in */sys/class/hwmon/*).
Waybar will search for every directory in */sys/class/hwmon/* and uses the directory in which the *name* matches *hwmon-by-name*.
*warning-threshold*: ++
typeof: integer ++