From 345e44a29a89c55a955135b4d03ab830088ff3c2 Mon Sep 17 00:00:00 2001 From: Ayo Date: Wed, 24 Jun 2026 23:10:05 +0200 Subject: [PATCH] feat(tmux): make space --- .tmux.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.tmux.conf b/.tmux.conf index c319f2a..06f304d 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -27,7 +27,7 @@ set -g @nova-segment-mode-colors "#78a2c1 #2e3440" # set -g @nova-segment-whoami '#(gitmux "#{pane_current_path}") %H:%M' # set -g @nova-segment-whoami-colors "#2d3540 #2e3440" -set -g @nova-pane "#I#{?pane_in_mode,  #{pane_mode},}  #W" +set -g @nova-pane "#I#{?pane_in_mode, #{pane_mode},} #W" set -g @nova-rows 0 set -g @nova-segments-0-left "mode" @@ -79,4 +79,4 @@ set -g mouse on set-option -g status-position top # set -g status-right '[#(gitmux "#{pane_current_path}")] %m.%d.%y %H:%M' -set -g status-right '%m.%d.%Y %H:%M' +set -g status-right '%m.%d.%Y %H:%M '