More the temperature mark before the colored value
Because the θ character may be confused with a 0, which was less readable.
This commit is contained in:
parent
6ce373114a
commit
de4c7ea8d2
@ -1235,7 +1235,7 @@ _lp_temperature() {
|
|||||||
|
|
||||||
temperature=$($_lp_temp_function)
|
temperature=$($_lp_temp_function)
|
||||||
if [[ $temperature -ge $LP_TEMP_THRESHOLD ]]; then
|
if [[ $temperature -ge $LP_TEMP_THRESHOLD ]]; then
|
||||||
echo -ne "$(_lp_color_map $temperature)${LP_MARK_TEMP}$temperature°${NO_COL}"
|
echo -ne "${LP_MARK_TEMP}$(_lp_color_map $temperature)$temperature°${NO_COL}"
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user