From 0d64141484738542b5d3bd6c8ba885d0ca804e56 Mon Sep 17 00:00:00 2001 From: sinanmohd Date: Tue, 9 Jan 2024 07:30:05 +0530 Subject: modules/tmux: right align status --- modules/tmux.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'modules') diff --git a/modules/tmux.nix b/modules/tmux.nix index 77e942d..46b57f0 100644 --- a/modules/tmux.nix +++ b/modules/tmux.nix @@ -34,7 +34,8 @@ # not eye candy set -g status-style "bg=default fg=7" set -g status-left "" - set -g status-right "#{session_name}" + set -g status-justify right + set -g status-right " < #{session_name}" ''; }; } -- cgit v1.2.3