From 1716c18e7845807ffd26bcfdeadfc4d761fd46bf Mon Sep 17 00:00:00 2001 From: Kendall Whitman Date: Tue, 2 Sep 2025 10:37:35 -0500 Subject: [PATCH] adjust tmux formatting --- tmux/.config/tmux/tmux.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tmux/.config/tmux/tmux.conf b/tmux/.config/tmux/tmux.conf index 184b462..728ce5d 100644 --- a/tmux/.config/tmux/tmux.conf +++ b/tmux/.config/tmux/tmux.conf @@ -36,7 +36,7 @@ set -g window-status-format '#[fg=#{COLOR1} bold]#I  #W ' # Right set -g status-right-length 200 -set -g status-right '#[fg=#{COLOR1} bold]  %l:%M%p 󰃭 %m/%d/%Y  ' +set -g status-right '#[fg=#{COLOR1} bold]  %l:%M%p  󰃭 %m/%d/%Y  ' # Movement Keybindings bind-key -r -T prefix C-k select-pane -U