mirror of
https://github.com/dustinkirkland/byobu
synced 2025-08-21 22:13:19 -07:00
Display "/!\" for both warn and low alert. The color now makes the difference.
This commit is contained in:
parent
6841c9d26b
commit
8e761ca50c
1 changed files with 1 additions and 1 deletions
|
@ -54,7 +54,7 @@ for bat in $BATS; do
|
|||
|
||||
rem=$(search "$statefile" "remaining capacity: *\(.*\) m[AW]h")
|
||||
if [ "$rem" -lt "$low" ]; then
|
||||
alert="\005{=b .r}! "
|
||||
alert="\005{=b .r}/!\ "
|
||||
elif [ "$rem" -lt "$warn" ]; then
|
||||
alert="\005{= .y}/!\ "
|
||||
else
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue