From f6fe3159a5bf02d1355dc7fc49c4648948888f48 Mon Sep 17 00:00:00 2001 From: sinanmohd Date: Sun, 4 Feb 2024 15:35:33 +0530 Subject: modules/tmux: hide session_name in status-right --- modules/tmux.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/tmux.nix b/modules/tmux.nix index cb41e7d..eeaafbb 100644 --- a/modules/tmux.nix +++ b/modules/tmux.nix @@ -35,8 +35,8 @@ # not eye candy set -g status-style "bg=default fg=7" set -g status-left "" + set -g status-right "" set -g status-justify right - set -g status-right " < #{session_name}" ''; }; } -- cgit v1.2.3