tmux: Updated session icon
This commit is contained in:
parent
4b0d5b21fd
commit
13336d95ef
@ -83,9 +83,9 @@ set -g default-terminal "screen-256color"
|
|||||||
|
|
||||||
set -g status-left ''
|
set -g status-left ''
|
||||||
## Indicate if prefix has been pressed
|
## Indicate if prefix has been pressed
|
||||||
set -ga status-left '#[bg=#white]#[fg=#brightblack]#{?client_prefix,#[fg=red] ⭘ , ⭘ }'
|
set -ga status-left '#[bg=#white]#[fg=#brightblack]#{?client_prefix,#[fg=red] ◯ , ◯ }'
|
||||||
## Session name
|
## Session name
|
||||||
set -ga status-left "#S "
|
set -ga status-left "#S"
|
||||||
|
|
||||||
set -g status-right ''
|
set -g status-right ''
|
||||||
# Date and time
|
# Date and time
|
||||||
@ -96,4 +96,4 @@ set -ga status-right "#[fg=cyan,bg=brightblack,nobold,noitalics,nounderscore] #[
|
|||||||
#+--- Windows ---+
|
#+--- Windows ---+
|
||||||
set -g window-status-format " #[fg=white,bg=brightblack] #I #[fg=white,bg=brightblack]#W #F "
|
set -g window-status-format " #[fg=white,bg=brightblack] #I #[fg=white,bg=brightblack]#W #F "
|
||||||
set -g window-status-current-format " #[fg=black,bg=cyan] #I #[fg=black,bg=cyan]#W #F "
|
set -g window-status-current-format " #[fg=black,bg=cyan] #I #[fg=black,bg=cyan]#W #F "
|
||||||
set -g window-status-separator ""
|
set -g window-status-separator ""
|
||||||
|
Loading…
Reference in New Issue
Block a user