Linux: Add CPU temperature

This commit is contained in:
Dylan Araps
2016-10-23 09:45:03 +11:00
parent 9838c7cc5b
commit 3ef6aeea42
4 changed files with 45 additions and 6 deletions

View File

@@ -106,6 +106,11 @@ cpu_shorthand="off"
# --cpu_display bar, infobar, barinfo, off
cpu_display="off"
# CPU Speed
# Hide/Show CPU speed.
# --cpu_speed on, off
cpu_speed="on"
# CPU Cores
# Display CPU cores in output
# Logical: All virtual cores
@@ -114,6 +119,12 @@ cpu_display="off"
# Note: 'physical' doesn't work on BSD.
cpu_cores="logical"
# CPU Temperature
# Hide/Show CPU temperature.
# --cpu_temp on, off
# Note: Only works on Linux.
cpu_temp="on"
# GPU