From 1af4f4bc9c4a14e10d667ff24983fb1cc708de7a Mon Sep 17 00:00:00 2001 From: nsfisis Date: Tue, 23 Nov 2021 16:38:33 +0900 Subject: tmux: update status line --- .tmux.conf | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/.tmux.conf b/.tmux.conf index 8535c61..37bbdc6 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -24,13 +24,21 @@ set-option -ga terminal-overrides ',*:Setulc=\e[58::2::%p1%{65536}%/%d::%p1%{256 # APPEARANCE {{{2 set-option -g status-justify left -set-option -g status-left ' [#S] ' +set-option -g status-style 'fg=#b1b1c8 bg=#101020' +set-option -g status-left ' TMUX ' set-option -g status-left-length 20 +set-option -g status-left-style 'fg=#101020 bg=#6e6eff bold' set-option -g status-position top -set-option -g status-right '%F (%a) %R ' +set-option -g status-right ' %F (%a) %R ' set-option -g status-right-length 25 +set-option -g status-right-style 'fg=#b1b1c8 bg=#353535' +set-option -g window-status-separator '' +set-option -g window-status-format ' #W ' +set-option -g window-status-style 'fg=#b1b1c8 bg=#101020' +set-option -g window-status-current-format ' #W ' +set-option -g window-status-current-style 'fg=#b1b1c8 bg=#353535' -set-option -g pane-border-lines double +set-option -g pane-border-lines single # KEY BINDINGS {{{1 -- cgit v1.2.3-70-g09d2