diff options
-rw-r--r-- | home/profiles/base/config/tmux.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/home/profiles/base/config/tmux.nix b/home/profiles/base/config/tmux.nix index 2e4489b..7b3f90c 100644 --- a/home/profiles/base/config/tmux.nix +++ b/home/profiles/base/config/tmux.nix @@ -67,7 +67,7 @@ set -g status-left-style default # display the session name - set -g status-left "#[fg=green] ❐ #S #[default]" + set -g status-left "#[fg=green] Stack #S #[default]" # right side length and style set -g status-right-length 140 |