diff options
| author | Naz <ndpm13@ch-naseem.com> | 2025-02-09 16:45:21 +0100 |
|---|---|---|
| committer | Naz <ndpm13@ch-naseem.com> | 2025-02-09 16:45:21 +0100 |
| commit | f5c9b8bd4c5eb183fb52fdf1bc508b4e4f7fd7d6 (patch) | |
| tree | b632841e7d58cfb6c94d431bd273e8ea3094ad7f | |
| parent | 9b08a12cc625e453bb1b3a763a49262783e559d2 (diff) | |
✨feat: improved the zoom indicator and added nerdfont icons to the window name
| -rw-r--r-- | tmux-colorscheme.conf | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tmux-colorscheme.conf b/tmux-colorscheme.conf index 6eaff51..45b1bee 100644 --- a/tmux-colorscheme.conf +++ b/tmux-colorscheme.conf @@ -56,7 +56,7 @@ set-option -wg copy-mode-current-match-style "bg=#fe8019,fg=#3c3836" # statusbar formatting # "#fe8019" MUST be in lowercase here (conflicts with statusline alias otherwise) set-option -g status-left "#[bg=#a89984, fg=#3c3836]#{?client_prefix,#[bg=#fe8019],#[bg=#a89984]} #{session_name} " -set-option -g status-right " #[fg=#FE8019]#{?window_zoomed_flag, ,}#[bg=#504945, fg=#EBDBB2] %d %b - %I:%M:%S %p #[bg=#A89984, fg=#3C3836]#{?client_prefix,#[bg=#FE8019],#[bg=#A89984]} #{host_short} " +set-option -g status-right " #[fg=#3c3836, bg=#fe8019]#{?window_zoomed_flag, zoomed ,}#[bg=#504945, fg=#ebdbb2] %d %b - %i:%m:%s %p #[bg=#a89984, fg=#3c3836]#{?client_prefix,#[bg=#fe8019],#[bg=#a89984]} #{host_short} " -set-option -wg window-status-current-format "#{?window_zoomed_flag,#[fg=default bold],#[fg=default]} #{window_name} " -set-option -wg window-status-format "#{?window_zoomed_flag,#[fg=default bold],#[fg=default]} #{window_index} " +set-option -wg window-status-current-format " #{?#{==:#{window_name},nvim},,#{?#{==:#{window_name},newsboat},,#{?#{==:#{window_name},cargo-watch},,#{?#{==:#{window_name},cargo},,}}}} #{window_name} " +set-option -wg window-status-format " #{window_index} " |
