From 78a3de6e808b2a1ee7593c0e74761fa4151ae2b1 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Tue, 21 Jan 2020 07:22:20 +0000 Subject: [PATCH] Remove status right contents --- tag-tmux/tmux.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tag-tmux/tmux.conf b/tag-tmux/tmux.conf index 3a5c3d0..f24a2f1 100644 --- a/tag-tmux/tmux.conf +++ b/tag-tmux/tmux.conf @@ -25,7 +25,7 @@ bind -n C-Down resize-pane -D 5 bind -n C-Up resize-pane -U 5 set-option -g status-left-length 50 -set-option -g status-right " #(battery -t) #(date '+%a, %b %d - %H:%M') " +set-option -g status-right "" bind c new-window -c "#{pane_current_path}"