diff options
author | Matthew Lemon <chaffinach+git@protonmail.ch> | 2022-06-15 19:07:43 +0100 |
---|---|---|
committer | Matthew Lemon <chaffinach+git@protonmail.ch> | 2022-06-15 19:07:43 +0100 |
commit | 62df21b0eb9c26cbea7f6c43a4f3685f23e41fb5 (patch) | |
tree | da9bc489f4b78d3e04f0bb5f1a4f2ba6312d7545 /tmux.conf | |
parent | 1237f4e73c84f8b3e14599c1ded4658556eaab20 (diff) | |
parent | 65781a3c1b159d5ad2884291bcb8a3b9addb7c13 (diff) |
Merge branch 'master' of github.com:yulqen/openbsddotfiles
Diffstat (limited to 'tmux.conf')
-rw-r--r-- | tmux.conf | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 |