do not take into account peripheral device batteries when computing battery charge, fixes #161
This commit is contained in:
@@ -253,6 +253,8 @@ run 'cut -c3- ~/.tmux.conf | sh -s _apply_configuration'
|
|||||||
# ;;
|
# ;;
|
||||||
# *Linux*)
|
# *Linux*)
|
||||||
# while IFS= read -r batpath; do
|
# while IFS= read -r batpath; do
|
||||||
|
# grep -i -q device "$batpath/scope" 2> /dev/null && continue
|
||||||
|
#
|
||||||
# if [ x"$discharging" != x"true" ]; then
|
# if [ x"$discharging" != x"true" ]; then
|
||||||
# discharging=$(grep -qi "discharging" "$batpath/status" && echo "true" || echo "false")
|
# discharging=$(grep -qi "discharging" "$batpath/status" && echo "true" || echo "false")
|
||||||
# fi
|
# fi
|
||||||
|
|||||||
Reference in New Issue
Block a user