added rainbarf to tmux

This commit is contained in:
hellerve
2016-09-29 11:07:23 +02:00
parent baba9892a8
commit aedbced10f

View File

@@ -36,3 +36,5 @@ bind-key -t vi-copy Enter copy-pipe "reattach-to-user-namespace pbcopy"
# Bind ']' to use pbpaste # Bind ']' to use pbpaste
bind ] run "reattach-to-user-namespace pbpaste | tmux load-buffer - && tmux paste-buffer" bind ] run "reattach-to-user-namespace pbpaste | tmux load-buffer - && tmux paste-buffer"
set -g status-right '#(rainbarf --battery --remaining --no-bright)'