From acc6f48157d24ca8194bf69dfbd79f8c34cee77f Mon Sep 17 00:00:00 2001 From: Yan Lin Date: Sun, 7 Sep 2025 13:36:52 +0200 Subject: [PATCH] Another minor fix --- modules/tmux.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/tmux.nix b/modules/tmux.nix index 90dd4ac..ecbeee7 100644 --- a/modules/tmux.nix +++ b/modules/tmux.nix @@ -42,7 +42,7 @@ set -g status-left-length 40 set -g status-right-length 30 set -g status-left '#{?client_prefix,#[bg=#fb4934],#[bg=#a89984]}#[fg=#282828] #S #[bg=#282828] ' - set -g status-right '#{?SSH_CLIENT,#[bg=#fabd2f],#[bg=#a89984]}#[fg=#282828]#{?pane_in_mode,[COPY],} #H | %H:%M ' + set -g status-right '#{?SSH_CLIENT,#[bg=#fabd2f],#[bg=#a89984]}#[fg=#282828]#{?pane_in_mode, [COPY],} #H | %H:%M ' # Window status format set -g window-status-format ' #I:#W '