fixed battery status information on macOS. Fixes #91

This commit is contained in:
Gregory Pakosz
2017-06-25 11:41:11 +02:00
parent 6fc4ad76b7
commit 27b262fda8
+1 -1
View File
@@ -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 }')
# count=$((count + 1))
# done << EOF
# $(pmset -g batt | grep 'Battery')
# $(pmset -g batt | grep 'Battery' | tail -n +2)
# EOF
# ;;
# *Linux*)