| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
parent directory.. | ||||
CPU/SoC temperature module for xfetch.
Reads the kernel thermal zones (/sys/class/thermal/thermal_zone*/ — world-readable files, no subprocess) on Linux. Other platforms report unsupported.
Install the plugin binary in the xfetch plugin dir, then add it to your config:
unit accepts "celsius" (default) or "fahrenheit".
| Platform | Source | Notes |
|---|---|---|
| Linux | /sys/class/thermal/thermal_zone*/ | World-readable files, no subprocess. |
| Windows | WMI MSAcpi_ThermalZoneTemperature | Via wmic, powershell fallback; needs no admin on most machines. |
| macOS | — | Unsupported: the only real sources (powermetrics, SMC) require root or third-party tools. Reports Unsupported platform. |
| Back | FazBrowse Home | New Git URL |
{ "info_plugins": [ { "plugin": "temperature", "args": { "unit": "celsius" } } ], "modules": [ "plugin:temperature" ], "icons": { "plugin:temperature": "" } }