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