aboutsummaryrefslogtreecommitdiffhomepage
path: root/home-manager
diff options
context:
space:
mode:
authornsfisis <nsfisis@gmail.com>2025-01-22 22:37:54 +0900
committernsfisis <nsfisis@gmail.com>2025-01-22 22:37:54 +0900
commita60146ce788d01529f6a2feae16110fff736c85d (patch)
treea5dfdda4dea9619ebdb3628b0ed1fe7bc5195467 /home-manager
parent8c10e3e125c5eefdb4f047d8d2a519c308a2ce50 (diff)
downloaddotfiles-a60146ce788d01529f6a2feae16110fff736c85d.tar.gz
dotfiles-a60146ce788d01529f6a2feae16110fff736c85d.tar.zst
dotfiles-a60146ce788d01529f6a2feae16110fff736c85d.zip
tmux: simplify display of top-left mode label
Diffstat (limited to 'home-manager')
-rw-r--r--home-manager/config/tmux/tmux.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/home-manager/config/tmux/tmux.conf b/home-manager/config/tmux/tmux.conf
index 321e095..46ae333 100644
--- a/home-manager/config/tmux/tmux.conf
+++ b/home-manager/config/tmux/tmux.conf
@@ -20,11 +20,11 @@ set-option -ga terminal-overrides ',tmux-256color:RGB'
# APPEARANCE {{{2
set-option -g status-justify left
set-option -g status-style 'fg=#b1b1c8 bg=#101020'
-set-option -g status-left '#{?#{==:#{pane_mode},copy-mode},#[bg=#deab52] COPY ,#[bg=#6e6eff] TMUX }'
+set-option -g status-left '#{?#{==:#{pane_mode},copy-mode},#[bg=#deab52] ,#[bg=#6e6eff] }'
set-option -g status-left-length 20
set-option -g status-left-style 'fg=#101020 bold'
set-option -g status-position top
-set-option -g status-right ' %F (%a) %R '
+set-option -g status-right ' %F (%a) %R ' # Example: 2006-01-02 (Mon) 15:04
set-option -g status-right-length 25
set-option -g status-right-style 'fg=#b1b1c8 bg=#353535'
set-option -g window-status-separator ''