Compare commits

..

2 commits

Author SHA1 Message Date
Dmitry Voronin e0294e9bd3 Android: Enable pipes. 2024-12-18 17:14:10 +03:00
Dmitry Voronin ef2785fcdb DevShell: Add cloc. 2024-12-18 14:06:03 +03:00

View file

@ -19,7 +19,7 @@ function networkwidget() {
if [[ ${bat} != "" ]]; then
btinfo+=" ${bat}%"
[[ ${bat} -lt ${_bt_lowest} ]] && _bt_lowest=${bat}
[[ ${bat} -lt ${_bt_lowest} ]] && _bt_lowest=bat
fi
_bts+=("${btinfo}")
@ -28,7 +28,7 @@ function networkwidget() {
if [[ ${_bts} != "" ]]; then
icon="󱛃"
if [[ ${_bt_lowest} -lt 21 ]]; then
if [[ ${_bt_lowest} != "" ]] && [[ ${_bt_lowest} -lt 21 ]]; then
class="btlow"
fi
fi