From aedbced10f60a93b48e452fddfe9ebef7a68145f Mon Sep 17 00:00:00 2001 From: hellerve Date: Thu, 29 Sep 2016 11:07:23 +0200 Subject: [PATCH] added rainbarf to tmux --- tmux.conf | 2 ++ 1 file changed, 2 insertions(+) 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)'