diff options
author | Matthew Lemon <chaffinach+git@protonmail.ch> | 2022-06-14 19:53:25 +0100 |
---|---|---|
committer | Matthew Lemon <chaffinach+git@protonmail.ch> | 2022-06-14 19:53:25 +0100 |
commit | f407fa050ca1d788d359da87db33a81074690529 (patch) | |
tree | 13cd70065ea9ea783b51116c18d2f0920e32526b /tmux.conf | |
parent | 5ecd882d31ea8c0497dd1dfb001f4476328a53ca (diff) |
added battery level to status
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 |