Update comments
This commit is contained in:
parent
32a89f5b90
commit
0d0f8f108d
@ -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="⌁"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user