summaryrefslogtreecommitdiffstats
path: root/tmux.conf
diff options
context:
space:
mode:
authorMatthew Lemon <chaffinach+git@protonmail.ch>2022-06-14 19:53:25 +0100
committerMatthew Lemon <chaffinach+git@protonmail.ch>2022-06-14 19:53:25 +0100
commitf407fa050ca1d788d359da87db33a81074690529 (patch)
tree13cd70065ea9ea783b51116c18d2f0920e32526b /tmux.conf
parent5ecd882d31ea8c0497dd1dfb001f4476328a53ca (diff)
added battery level to status
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