aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2020-05-05 09:58:22 +1200
committerTom Ryder <tom@sanctum.geek.nz>2020-05-05 09:58:22 +1200
commit1fd3f703c3137f5176da47e42ba3f997a048c7ec (patch)
tree691b329f416e581547879563690e807a153053b9
parentAdd msc(1df) (diff)
downloaddotfiles-1fd3f703c3137f5176da47e42ba3f997a048c7ec.tar.gz
dotfiles-1fd3f703c3137f5176da47e42ba3f997a048c7ec.zip
Use msc(1df) output in tmux status
-rw-r--r--tmux/tmux.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/tmux/tmux.conf b/tmux/tmux.conf
index 2eb1665a..96d052a3 100644
--- a/tmux/tmux.conf
+++ b/tmux/tmux.conf
@@ -69,7 +69,7 @@ bind-key s choose-session
set-option -g status-left '[#S] '
# Username, hostname, and the current date on the right side of the status bar
-set-option -g status-right ' [#H] %F %T'
+set-option -g status-right ' (mail:#(msc)) [#H] %F %T'
# Update the status bar every second
set-option -g status-interval 1