summaryrefslogtreecommitdiffstats
path: root/tmux.conf
diff options
context:
space:
mode:
Diffstat (limited to 'tmux.conf')
-rw-r--r--tmux.conf4
1 files changed, 4 insertions, 0 deletions
diff --git a/tmux.conf b/tmux.conf
index 8acc4ff..7e4b3a2 100644
--- a/tmux.conf
+++ b/tmux.conf
@@ -165,6 +165,10 @@ set -g status-right-length 100
# vim mode keys
setw -g mode-keys vi
+# battery information in status bar
+set status-interval 40
+set -g status-right "#[fg=colour155]#(apm -l)%% | #[fg=colour45]%d %b %R"
+
#
## Smart pane switching with awareness of Vim splits.
## See: https://github.com/christoomey/vim-tmux-navigator