diff --git a/dots/bin/temperature.sh b/dots/bin/temperature.sh index 8abf067..d67fce9 100755 --- a/dots/bin/temperature.sh +++ b/dots/bin/temperature.sh @@ -12,7 +12,7 @@ # the value is reported in milli-degrees celsius. we divide by 1000 to convert to degrees celsius -echo /home/poq/.config/nwg-panel/icons/temperature-full-solid.svg +echo /home/poq/.config/nwg-panel/icons/temperature-full-solid-full.svg echo "$(($(cat /sys/devices/virtual/thermal/thermal_zone3/hwmon6/temp1_input) / 1000))°C"