diff --git a/polybar/.config/polybar/config b/polybar/.config/polybar/config index f76100c..b3ac67f 100644 --- a/polybar/.config/polybar/config +++ b/polybar/.config/polybar/config @@ -25,7 +25,7 @@ module-margin = 4 ; Type font font-0 = NotoSans-Regular:size=8;0 font-1 = Inconsolata Nerd Font:size=12;0 -font-2 = Unifont:size=8;0 +font-2 = Noto Sans Mono:size=8;0 ; Modules modules-left = powermenu weather @@ -59,7 +59,8 @@ module-margin-right = 6 ;font-0 = Source Code Pro:size=10;0 font-0 = NotoSans-Regular:size=8;0 font-1 = Inconsolata Nerd Font:size=12;0 -font-2 = Unifont:size=8;0 +font-2 = Noto Sans Mono:size=8;0 + ; Modules modules-left = temp-cpu cpu @@ -222,7 +223,7 @@ thermal-zone = 0 ; $ for i in /sys/class/hwmon/hwmon*/temp*_input; do echo "$(<$(dirname $i)/name): $(cat ${i%_*}_label 2>/dev/null || echo $(basename ${i%_*})) $(readlink -f $i)"; done ; to find path to desired file ; Default reverts to thermal zone setting -hwmon-path = /sys/devices/platform/coretemp.0/hwmon/hwmon2/temp1_input +hwmon-path = /sys/devices/platform/coretemp.0/hwmon/hwmon3/temp1_input ; Base temperature for where to start the ramp (in degrees celsius) ; Default: 0 base-temperature = 20