From 7c9411af2603e4abbc842808508ed9dbff0637a6 Mon Sep 17 00:00:00 2001 From: Arran Ubels Date: Wed, 27 Mar 2024 10:37:13 +1100 Subject: [PATCH] Not specified --- dot_tmux.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dot_tmux.conf b/dot_tmux.conf index 21745fc..400dcc6 100644 --- a/dot_tmux.conf +++ b/dot_tmux.conf @@ -27,7 +27,7 @@ set-option -g set-titles on set-option -g set-titles-string '#T On #I:#S@#H' set-option -g status-right '#{?window_bigger,[#{window_offset_x}#,#{window_offset_y}] ,}"#{=180:pane_title}" - %Y-%m-%d %H:%M:%S' set-option -g status-right-length 200 -set-option -pg clock-mode 24 +set-option clock-mode 24 # If I run tmux via screen. set-option -g terminal-overrides "screen:colors=256"