fixed battery status information on macOS. Fixes #91 (2)
This commit is contained in:
+1
-1
@@ -258,7 +258,7 @@ run 'cut -c3- ~/.tmux.conf | sh -s _apply_configuration'
|
|||||||
# charge=$(awk -v charge="$charge" -v percentage="${percentage%%%}" 'BEGIN { print charge + percentage / 100 }')
|
# charge=$(awk -v charge="$charge" -v percentage="${percentage%%%}" 'BEGIN { print charge + percentage / 100 }')
|
||||||
# count=$((count + 1))
|
# count=$((count + 1))
|
||||||
# done << EOF
|
# done << EOF
|
||||||
# $(pmset -g batt | grep 'Battery' | tail -n +2)
|
# $(pmset -g batt | grep 'InternalBattery')
|
||||||
# EOF
|
# EOF
|
||||||
# ;;
|
# ;;
|
||||||
# *Linux*)
|
# *Linux*)
|
||||||
|
|||||||
Reference in New Issue
Block a user