Networkwidget: Show bt warning from 20% inclusive.

This commit is contained in:
Dmitry Voronin 2024-12-18 05:37:44 +03:00
parent 6bfa6ea5aa
commit 12581dd2ec

View file

@ -30,7 +30,7 @@
if [[ "''${_bts}" != "" ]]; then if [[ "''${_bts}" != "" ]]; then
icon="󱛃" icon="󱛃"
if [[ "''${_bt_lowest}" != "" ]] && [[ ''${_bt_lowest} -lt 20 ]]; then if [[ "''${_bt_lowest}" != "" ]] && [[ ''${_bt_lowest} -lt 21 ]]; then
class="btlow" class="btlow"
fi fi
fi fi