From 0d0f8f108db7995aac53f4a9c2bbcaabfd3586e0 Mon Sep 17 00:00:00 2001 From: Luc Didry Date: Mon, 13 Aug 2012 22:09:49 +0200 Subject: [PATCH] Update comments --- liquidprompt | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/liquidprompt b/liquidprompt index 7211345..9ba9801 100755 --- a/liquidprompt +++ b/liquidprompt @@ -665,9 +665,10 @@ __battery() # Compute a gradient of background/foreground colors depending on the battery status # Display: -# a green ⌁ if the battery is charging and above threshold -# a yellow ⌁ if the battery is charging and under threshold -# a red ⌁ if the battery is discharging but above threshold +# a green ⏚ if the battery is charging and above threshold +# a yellow ⏚ if the battery is charging and under threshold +# a yellow ⌁ if the battery is discharging but above threshold +# a red ⌁ if the battery is discharging and above threshold __battery_color() { local mark="⌁"