Skip to content

Commit

Permalink
fixed battery status information on macOS. Fixes gpakosz#91 (2)
Browse files Browse the repository at this point in the history
  • Loading branch information
gpakosz committed Jun 26, 2017
1 parent 0d80a1e commit 09fc3d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .tmux.conf
Original file line number Diff line number Diff line change
Expand Up @@ -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' | tail -n +2)
# $(pmset -g batt | grep 'InternalBattery')
# EOF
# ;;
# *Linux*)
Expand Down

0 comments on commit 09fc3d5

Please sign in to comment.