2022-04-04 17:37:05 +00:00
|
|
|
# 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=#c6b8ad,bg=#415367"
|
|
|
|
set -g status-right-style "none"
|
2022-04-05 04:07:08 +00:00
|
|
|
set -g pane-active-border-style "fg=#b759dc"
|
2022-04-04 17:37:05 +00:00
|
|
|
set -g status-style "none,bg=#161c23"
|
|
|
|
set -g message-style "fg=#c6b8ad,bg=#415367"
|
|
|
|
set -g pane-border-style "fg=#415367"
|
|
|
|
set -g status-right-length "100"
|
|
|
|
set -g status-left-length "100"
|
|
|
|
setw -g window-status-activity-style "none,fg=#36b2d4,bg=#161c23"
|
|
|
|
setw -g window-status-separator ""
|
|
|
|
setw -g window-status-style "none,fg=#c6b8ad,bg=#161c23"
|
|
|
|
setw -g window-status-last-style "none,fg=#c6b8ad,bg=#161c23"
|
|
|
|
set -g status-left "#[fg=#2c2e34,bg=#36b2d4,bold] #S #[fg=#36b2d4,bg=#415367,nobold,nounderscore,noitalics]#[fg=#c6b8ad,bg=#415367] %R #[fg=#415367,bg=#161c23,nobold,nounderscore,noitalics]#[fg=#c6b8ad,bg=#161c23] #{sysstat_mem} 祝#{upload_speed} #[fg=#161c23,bg=#161c23,nobold,nounderscore,noitalics]"
|
|
|
|
set -g status-right "#[fg=#161c23,bg=#161c23,nobold,nounderscore,noitalics]#[fg=#c6b8ad,bg=#161c23] #{download_speed} #{sysstat_cpu} #[fg=#415367,bg=#161c23,nobold,nounderscore,noitalics]#[fg=#c6b8ad,bg=#415367] %a #[fg=#36b2d4,bg=#415367,nobold,nounderscore,noitalics]#[fg=#2c2e34,bg=#36b2d4,bold] #H #{prefix_highlight} "
|
|
|
|
setw -g window-status-format "#[fg=#161c23,bg=#161c23,nobold,nounderscore,noitalics]#[default] #I #W #[fg=#161c23,bg=#161c23,nobold,nounderscore,noitalics]"
|
|
|
|
setw -g window-status-current-format "#[fg=#161c23,bg=#415367,nobold,nounderscore,noitalics]#[fg=#c6b8ad,bg=#415367] #I #W #[fg=#415367,bg=#161c23,nobold,nounderscore,noitalics]"
|