added a comment

pull/22/head
rjorgenson 8 years ago
parent 16283fc8ee
commit 4568c3490d

@ -358,6 +358,7 @@ prompt_battery() {
# Time remaining on battery operation (charging/discharging)
local tstring=$(echo $raw_data | awk 'FNR==2{print $5}')
# If time has not been calculated by system yet
[[ $tstring =~ '\(no' ]] && tstring="..."
# percent of battery charged

Loading…
Cancel
Save