# This tmux statusbar config was created by tmuxline.vim # on Wed, 16 Jun 2021 set -g status-justify "centre" set -g status "on" set -g status-left-style "none" set -g message-command-style "fg=#e2e2e3,bg=#414550" set -g status-right-style "none" set -g pane-active-border-style "fg=#85d3f2" set -g status-style "none,bg=#33353f" set -g message-style "fg=#e2e2e3,bg=#414550" set -g pane-border-style "fg=#414550" set -g status-right-length "100" set -g status-left-length "100" setw -g window-status-activity-style "none,fg=#85d3f2,bg=#33353f" setw -g window-status-separator "" setw -g window-status-style "none,fg=#e2e2e3,bg=#33353f" setw -g window-status-last-style "none,fg=#e2e2e3,bg=#33353f" set -g status-left "#[fg=#2c2e34,bg=#85d3f2,bold] #S #[fg=#85d3f2,bg=#414550,nobold,nounderscore,noitalics]#[fg=#e2e2e3,bg=#414550] %R #[fg=#414550,bg=#33353f,nobold,nounderscore,noitalics]#[fg=#e2e2e3,bg=#33353f] #{sysstat_mem} 祝#{upload_speed} #[fg=#33353f,bg=#33353f,nobold,nounderscore,noitalics]" set -g status-right "#[fg=#33353f,bg=#33353f,nobold,nounderscore,noitalics]#[fg=#e2e2e3,bg=#33353f] #{download_speed}  #{sysstat_cpu} #[fg=#414550,bg=#33353f,nobold,nounderscore,noitalics]#[fg=#e2e2e3,bg=#414550] %a #[fg=#85d3f2,bg=#414550,nobold,nounderscore,noitalics]#[fg=#2c2e34,bg=#85d3f2,bold] #H #{prefix_highlight} " setw -g window-status-format "#[fg=#33353f,bg=#33353f,nobold,nounderscore,noitalics]#[default] #I #W #[fg=#33353f,bg=#33353f,nobold,nounderscore,noitalics]" setw -g window-status-current-format "#[fg=#33353f,bg=#414550,nobold,nounderscore,noitalics]#[fg=#e2e2e3,bg=#414550] #I #W #[fg=#414550,bg=#33353f,nobold,nounderscore,noitalics]"