|
| 1 | +set -g status on |
| 2 | +set -g status-interval 1 |
| 3 | +set -g status-left-length 100 |
| 4 | +set -g status-right-length 100 |
| 5 | +set -g status-style "fg=#cdcdcd,bg=#1c1c24" |
| 6 | +set -g status-justify absolute-centre |
| 7 | + |
| 8 | +set -g message-style "fg=#252530,bg=#aeaed1" |
| 9 | + |
| 10 | +set -g status-left "#[fg=#252530,bg=#aeaed1] #H #[fg=#cdcdcd,bg=#252530] #S " |
| 11 | + |
| 12 | +set -g status-right " #[fg=#cdcdcd,bg=#252530] %A %d %b #[fg=#252530,bg=#aeaed1] %I:%M:%S %p " |
| 13 | + |
| 14 | +setw -g window-status-separator " " |
| 15 | +setw -g window-status-format "#[fg=#252530,bg=#d7d7d7] #I #[fg=#cdcdcd,bg=#252530] #W " |
| 16 | +setw -g window-status-current-format "#[fg=#252530,bg=#f3be7c] #I #[fg=#cdcdcd,bg=#252530] #W " |
| 17 | + |
| 18 | +# tmux-plugins/tmux-prefix-highlight support |
| 19 | +set -g @prefix_highlight_output_prefix "#[fg=#252530]#[bg=#f3be7c]" |
| 20 | +set -g @prefix_highlight_output_suffix "" |
| 21 | + |
| 22 | +# # You can alternatively use these configs if you're already using vague as a |
| 23 | +# # colorscheme for your terminal |
| 24 | +# set -g status on |
| 25 | +# set -g status-interval 1 |
| 26 | +# set -g status-left-length 100 |
| 27 | +# set -g status-right-length 100 |
| 28 | +# set -g status-style "fg=white,bg=#1c1c24" |
| 29 | +# set -g status-justify absolute-centre |
| 30 | +# |
| 31 | +#set -g message-style "fg=black,bg=cyan" |
| 32 | +# |
| 33 | +# set -g status-left "#[fg=black,bg=cyan] #H #[fg=white,bg=black] #S #{prefix_highlight}" |
| 34 | +# |
| 35 | +# set -g status-right " #[fg=white,bg=black] %A %d %b #[fg=black,bg=cyan] %I:%M:%S %p " |
| 36 | +# |
| 37 | +# setw -g window-status-separator " " |
| 38 | +# setw -g window-status-format "#[fg=black,bg=brightwhite] #I #[fg=white,bg=black] #W " |
| 39 | +# setw -g window-status-current-format "#[fg=black,bg=yellow] #I #[fg=white,bg=black] #W " |
| 40 | +# |
| 41 | +# # tmux-plugins/tmux-prefix-highlight support |
| 42 | +# set -g @prefix_highlight_output_prefix "#[fg=black]#[bg=yellow]" |
| 43 | +# set -g @prefix_highlight_output_suffix "" |
0 commit comments