From 09fc3d5b484625f3f9be191066f8341170945511 Mon Sep 17 00:00:00 2001 From: Gregory Pakosz Date: Mon, 26 Jun 2017 13:29:09 +0200 Subject: [PATCH] fixed battery status information on macOS. Fixes #91 (2) --- .tmux.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.tmux.conf b/.tmux.conf index b4b6652..de663d0 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -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*)