diff --git a/.tmux.conf b/.tmux.conf index d45b0c0..520a002 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') +# $(pmset -g batt | grep 'Battery' | tail -n +2) # EOF # ;; # *Linux*)