fixed heat palette battery display when remaining percentage <= 5%
This commit is contained in:
parent
b37311fbbe
commit
ad6413365e
1 changed files with 1 additions and 1 deletions
|
@ -395,7 +395,7 @@ run 'for name in $(printenv | grep -Eo ^tmux_conf_[^=]+); do tmux setenv -gu $na
|
|||
# printf "%0.s$battery_symbol_empty" $(seq 1 $empty)
|
||||
# else
|
||||
# [ $empty -gt 0 ] && \
|
||||
# printf "#[fg=colour%s]$battery_symbol_empty" $(echo $heat | cut -d' ' -f$full-$(expr $full + $empty))
|
||||
# printf "#[fg=colour%s]$battery_symbol_empty" $(echo $heat | cut -d' ' -f$((full+1))-$(($full + $empty)))
|
||||
# fi
|
||||
# fi
|
||||
# }
|
||||
|
|
Loading…
Reference in a new issue