summaryrefslogtreecommitdiffstats
path: root/tmux.conf
diff options
context:
space:
mode:
authorMatthew Lemon <chaffinach+git@protonmail.ch>2022-06-15 19:07:43 +0100
committerMatthew Lemon <chaffinach+git@protonmail.ch>2022-06-15 19:07:43 +0100
commit62df21b0eb9c26cbea7f6c43a4f3685f23e41fb5 (patch)
treeda9bc489f4b78d3e04f0bb5f1a4f2ba6312d7545 /tmux.conf
parent1237f4e73c84f8b3e14599c1ded4658556eaab20 (diff)
parent65781a3c1b159d5ad2884291bcb8a3b9addb7c13 (diff)
Merge branch 'master' of github.com:yulqen/openbsddotfiles
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