Merge pull request #121 from ldidry/115

Resolving Issue #115
This commit is contained in:
nojhan 2013-03-15 12:06:00 -07:00
commit d1c7c9d394

View File

@ -1100,7 +1100,6 @@ _lp_battery_color()
# discharging and under threshold
elif [[ "$bat" != "" ]] ; then
local ret
ret="${LP_COLOR_DISCHARGING_UNDER}${mark}${NO_COL}"
if [[ "$LP_PERCENTS_ALWAYS" -eq "1" ]]; then