mirror of
https://github.com/dustinkirkland/byobu
synced 2025-08-22 22:34:23 -07:00
fix temperature printing, add whitespace after mail
This commit is contained in:
parent
944df9ce4b
commit
520fbe58ca
3 changed files with 3 additions and 3 deletions
|
@ -46,7 +46,7 @@ for i in $MONITORED_TEMP /sys/class/hwmon/hwmon*/temp*_input /proc/acpi/ibm/ther
|
|||
t=$(echo "$t" | awk '{printf "%.0f", $1 *9/5 + 32}')
|
||||
unit="F"
|
||||
fi
|
||||
printf "$(color b k Y)%s$(color -)$(color k Y)\260%s$(color -) " "$t" "$unit"
|
||||
printf "$(color b k Y)%s$(color -)$(color k Y)%s$(color -) " "$t" "$unit"
|
||||
break
|
||||
fi
|
||||
done
|
||||
|
|
|
@ -58,7 +58,7 @@ backtick 116 7 7 byobu-status processes
|
|||
backtick 117 3 3 byobu-status network
|
||||
backtick 118 9999999 9999999 true
|
||||
backtick 119 17 17 byobu-status wifi_quality
|
||||
backtick 120 9999999 9999999 byobu-status date
|
||||
backtick 120 28793 28793 byobu-status date
|
||||
backtick 121 9999999 9999999 byobu-status time
|
||||
backtick 122 127 127 byobu-status ip_address
|
||||
backtick 123 13 13 byobu-status disk
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue