From aaf05c52319a5a922b1521b8066e943ac17fed61 Mon Sep 17 00:00:00 2001 From: Shaun Reed Date: Tue, 22 Oct 2019 11:48:47 -0400 Subject: [PATCH] Update HW paths, add mount for disk status module --- polybar/.config/polybar/config | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/polybar/.config/polybar/config b/polybar/.config/polybar/config index 2101da7..fdf90b6 100644 --- a/polybar/.config/polybar/config +++ b/polybar/.config/polybar/config @@ -108,7 +108,7 @@ tail = true type = internal/fs ; Mountpoints to display mount-0 = / -;mount-1 = /home +mount-1 = /home ;mount-2 = /var ; Seconds to sleep between updates ; Default: 30 @@ -132,7 +132,7 @@ format-mounted = ; %free% ; %used% ; Default: %mountpoint% %percentage_free%% -label-mounted =  %free% +label-mounted = %mountpoint% %free% ; Spacing between entries ; Default: 2 spacing = 4 @@ -223,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/hwmon3/temp1_input +hwmon-path = /sys/devices/platform/coretemp.0/hwmon/hwmon2/temp1_input ; Base temperature for where to start the ramp (in degrees celsius) ; Default: 0 base-temperature = 20