diff options
author | sinanmohd <sinan@sinanmohd.com> | 2024-02-04 15:35:33 +0530 |
---|---|---|
committer | sinanmohd <sinan@sinanmohd.com> | 2024-02-04 15:35:40 +0530 |
commit | f6fe3159a5bf02d1355dc7fc49c4648948888f48 (patch) | |
tree | 41264329bb24ce44684e9e1bf8bef08fe3206f31 /modules/tmux.nix | |
parent | 668d17ab4dcc5bc0a3e494a78349143c4ec40926 (diff) |
modules/tmux: hide session_name in status-right
Diffstat (limited to 'modules/tmux.nix')
-rw-r--r-- | modules/tmux.nix | 2 |
1 files changed, 1 insertions, 1 deletions
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}" ''; }; } |