diff --git a/tmux.conf b/tmux.conf index 528e72c..c97a5ce 100644 --- a/tmux.conf +++ b/tmux.conf @@ -36,3 +36,5 @@ bind-key -t vi-copy Enter copy-pipe "reattach-to-user-namespace pbcopy" # Bind ']' to use pbpaste bind ] run "reattach-to-user-namespace pbpaste | tmux load-buffer - && tmux paste-buffer" + +set -g status-right '#(rainbarf --battery --remaining --no-bright)'