Added missing flags to set

This commit is contained in:
Jared G 2024-01-20 12:31:06 -06:00
parent e8666bfac8
commit 8cac63f687
No known key found for this signature in database

View File

@ -2,12 +2,12 @@ function _tide_item_pi_temp
if type -q vcgencmd
vcgencmd measure_temp | string match -qr "(?<t>[\d.]+)"
if test $t -ge 80
set tide_pi_temp_color $tide_pi_temp_hi_color
set -fx tide_pi_temp_color $tide_pi_temp_hi_color
else
if test $t -ge 70
set tide_pi_temp_color $tide_pi_temp_mid_color
set -fx tide_pi_temp_color $tide_pi_temp_mid_color
else
set tide_pi_temp_color $tide_pi_temp_lo_color
set -fx tide_pi_temp_color $tide_pi_temp_lo_color
end
end
_tide_print_item pi_temp $t' ' $tide_pi_temp_icon