From 1fd3f703c3137f5176da47e42ba3f997a048c7ec Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Tue, 5 May 2020 09:58:22 +1200 Subject: Use msc(1df) output in tmux status --- tmux/tmux.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3