about summary refs log tree commit diff
path: root/home/profiles/base/config
diff options
context:
space:
mode:
authorsefidel <contact@sefidel.net>2022-02-20 11:55:40 +0900
committersefidel <contact@sefidel.net>2022-02-20 11:55:40 +0900
commitbbf1cfede3108b5a7925d13c9728c2adb1993711 (patch)
treecac25d69f83ffbb674ba1f5cc279cf4eb7b75bf3 /home/profiles/base/config
parentd92264f5df8f0f5f379c950cadfdda13d54dd2d4 (diff)
downloadnixrc-bbf1cfede3108b5a7925d13c9728c2adb1993711.tar.gz
nixrc-bbf1cfede3108b5a7925d13c9728c2adb1993711.zip
feat(home/base): remove glyph for tmux
Diffstat (limited to 'home/profiles/base/config')
-rw-r--r--home/profiles/base/config/tmux.nix2
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