Cpu

i3狀態欄中的CPU溫度

  • January 23, 2017

我有 Ubuntu 14.04。我正在使用 i3 視窗管理器並希望在 i3-statusbar 中顯示 CPU 溫度。文件夾/sys/devices/platform/coretemp.0不存在,也不存在/proc/acpi/thermal_zone

我該怎麼辦?我不想使用lm-sensors或類似的。

這是你要找的東西嗎?來自 i3 手冊頁:https ://i3wm.org/i3status/manpage.html#_cpu_temperature

5.9. CPU-溫度

獲取給定熱區的溫度。可以定義一個 max_threshold,如果指定的熱區變得太熱,它將把溫度染成紅色。預設為 75 攝氏度。高於 max_threshold 時的輸出格式可以使用 format_above_threshold 進行自定義。

範例命令:cpu_temperature 0

範例格式:T: %degrees °C

範例 max_threshold:42

範例 format_above_threshold:警告 T 高於門檻值:%degrees °C

範例路徑:/sys/devices/platform/coretemp.0/temp1_input

引用自:https://unix.stackexchange.com/questions/337659