From 3836897215ef15c775c1cb45ed9cf78cbc419d70 Mon Sep 17 00:00:00 2001 From: Dennis Schoepf Date: Sat, 10 Jan 2026 22:38:05 +0100 Subject: [PATCH] fixes tmux colors --- modules/tmux/default.nix | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/modules/tmux/default.nix b/modules/tmux/default.nix index 9f57b71..fc4c1e3 100644 --- a/modules/tmux/default.nix +++ b/modules/tmux/default.nix @@ -37,8 +37,13 @@ } ]; extraConfig = '' + set -g status-position bottom set -g status-style bg=default,fg=white - set -g status-right '#[bg=default,fg=magenta]>> #S' + set -g status-left ' [#I] #W ' + set -g status-right '#[bg=default,fg=magenta]>> #S << #[bg=default,fg=white]#H ' + set -g window-status-current-style bg=default,fg=magenta,bold + set -g pane-border-style fg=gray + set -g pane-active-border-style fg=magenta unbind % bind "|" split-window -h