mirror of
https://github.com/SqrtMinusOne/dotfiles.git
synced 2025-12-10 11:13:04 +03:00
23 lines
1.5 KiB
Text
23 lines
1.5 KiB
Text
# [[file:Console.org::*UI][UI:1]]
|
|
# This tmux statusbar config was created by tmuxline.vim
|
|
# on Wed, 22 Jan 2020
|
|
|
|
set -g status-justify "centre"
|
|
set -g status "on"
|
|
set -g status-left-style "none"
|
|
set -g message-command-style "fg=#bfc7d5,bg=#474b59"
|
|
set -g status-right-style "none"
|
|
set -g pane-active-border-style "fg=#939ede"
|
|
set -g status-style "none,bg=#333747"
|
|
set -g message-style "fg=#bfc7d5,bg=#474b59"
|
|
set -g pane-border-style "fg=#474b59"
|
|
set -g status-right-length "100"
|
|
set -g status-left-length "100"
|
|
setw -g window-status-activity-style "none,fg=#939ede,bg=#333747"
|
|
setw -g window-status-separator ""
|
|
setw -g window-status-style "none,fg=#bfc7d5,bg=#333747"
|
|
set -g status-left "#[fg=#292D3E,bg=#939ede] #S #[fg=#939ede,bg=#474b59,nobold,nounderscore,noitalics]#[fg=#bfc7d5,bg=#474b59] #W #[fg=#474b59,bg=#333747,nobold,nounderscore,noitalics]"
|
|
set -g status-right "#[fg=#333747,bg=#333747,nobold,nounderscore,noitalics]#[fg=#bfc7d5,bg=#333747] %-H:%M #[fg=#474b59,bg=#333747,nobold,nounderscore,noitalics]#[fg=#bfc7d5,bg=#474b59] %a, %b %d #[fg=#939ede,bg=#474b59,nobold,nounderscore,noitalics]#[fg=#292D3E,bg=#939ede] #H "
|
|
setw -g window-status-format "#[fg=#333747,bg=#333747,nobold,nounderscore,noitalics]#[default] #I #W #[align=left] #[fg=#333747,bg=#333747,nobold,nounderscore,noitalics]"
|
|
setw -g window-status-current-format "#[fg=#333747,bg=#474b59,nobold,nounderscore,noitalics]#[fg=#bfc7d5,bg=#474b59] #I #W #[fg=#474b59,bg=#333747,nobold,nounderscore,noitalics]"
|
|
# UI:1 ends here
|