Update comments

This commit is contained in:
Luc Didry 2012-08-13 22:09:49 +02:00
parent 32a89f5b90
commit 0d0f8f108d

View File

@ -665,9 +665,10 @@ __battery()
# Compute a gradient of background/foreground colors depending on the battery status # Compute a gradient of background/foreground colors depending on the battery status
# Display: # Display:
# a green ⌁ if the battery is charging and 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 charging and under threshold
# a red ⌁ if the battery is discharging but above threshold # a yellow ⌁ if the battery is discharging but above threshold
# a red ⌁ if the battery is discharging and above threshold
__battery_color() __battery_color()
{ {
local mark="⌁" local mark="⌁"