From 9b9191823f668a91cbab39cfd786f7ea5ad21cdb Mon Sep 17 00:00:00 2001 From: Luc Didry Date: Thu, 14 Mar 2013 08:33:21 +0100 Subject: [PATCH] Resolving Issue #115 --- liquidprompt | 1 - 1 file changed, 1 deletion(-) diff --git a/liquidprompt b/liquidprompt index 0785fc5..6f356d6 100755 --- a/liquidprompt +++ b/liquidprompt @@ -1014,7 +1014,6 @@ _lp_battery_color() # discharging and under threshold elif [[ "$bat" != "" ]] ; then - local ret ret="${LP_COLOR_DISCHARGING_UNDER}${mark}${NO_COL}" if [[ ${bat} -le 100 ]] && [[ ${bat} -gt 80 ]] ; then # -20 ret="${ret}${LP_COLORMAP_1}"