diff options
| -rw-r--r-- | .config/tmux/tmux.conf | 14 |
1 files changed, 11 insertions, 3 deletions
diff --git a/.config/tmux/tmux.conf b/.config/tmux/tmux.conf index efdb203..dda0ef7 100644 --- a/.config/tmux/tmux.conf +++ b/.config/tmux/tmux.conf @@ -235,7 +235,9 @@ set -g status on set -g status-interval 1 -set -g status-style fg=black,bg=gray +set -g status-style fg=#50fa7b,bg=black +#set -g status-style fg=DeepSkyBlue1,bg=black +#set -g status-style fg=black,bg=gray #set -g status-left-style default # Display the session name @@ -244,10 +246,14 @@ set -g status-style fg=black,bg=gray ## Left set -g status-left '' set -g status-left-length 60 -set -g status-left "#[fg=black] ❐ #S #( ~/.config/tmux/left-status.sh )" +set -g status-left "#[fg=#50fa7b] ❐ #S #( ~/.config/tmux/left-status.sh )" +#set -g status-left "#[fg=DeepSkyBlue1] ❐ #S #( ~/.config/tmux/left-status.sh )" +#set -g status-left "#[fg=black] ❐ #S #( ~/.config/tmux/left-status.sh )" # Highlight the current window. -setw -g window-status-current-style fg=color235,bg=silver,bright +setw -g window-status-current-style fg=#50fa7b,bg=black,bright +#setw -g window-status-current-style fg=DeepSkyBlue1,bg=black,bright +#setw -g window-status-current-style fg=color235,bg=silver,bright set -g window-status-current-format ' #I:#W ' #set -g status-format[0] '#[align=left] ❐ #S #( ~/.config/tmux/left-status.sh )#[align=absolute-centre]#[list=on] #I #W #[nolist]#[align=right] %H:%M %d-%m-%Y #H ' set -g status-justify absolute-centre @@ -258,6 +264,8 @@ set -g status-right-length 60 #set -g status-right-length 140 #set -g status-right-style default #set -ag status-right "#[fg=black] %H:%M %d-%m-%Y #H " +set -ag status-right "#[fg=#50fa7b] #( ~/.config/tmux/right-status.sh ) %H:%M %d-%m-%Y #H " +#set -ag status-right "#[fg=DeepSkyBlue1] #( ~/.config/tmux/right-status.sh ) %H:%M %d-%m-%Y #H " set -ag status-right "#[fg=black] #( ~/.config/tmux/right-status.sh ) %H:%M %d-%m-%Y #H " # list of plugins |
