2018-09-11 18:16:33 +02:00
|
|
|
''
|
|
|
|
|
set -g status-interval 2
|
|
|
|
|
set -g status-left-length 32
|
|
|
|
|
set -g status-right-length 150
|
|
|
|
|
|
|
|
|
|
set -g status-bg default
|
2019-04-18 17:10:20 +02:00
|
|
|
|
2018-09-11 18:16:33 +02:00
|
|
|
setw -g window-status-format "#[fg=colour12,bg=colour233] #I #[fg=white,bg=colour237] #W "
|
|
|
|
|
setw -g window-status-current-format "#[fg=colour12,bg=colour233] * #[fg=white,bg=colour237,bold] #W "
|
2019-04-18 17:10:20 +02:00
|
|
|
|
2018-09-11 18:16:33 +02:00
|
|
|
set -g status-left ""
|
2019-04-18 17:10:20 +02:00
|
|
|
set -g status-right "# [fg=colour255,bg=colour237,bold] %Y-%m-%d #[default]#[fg=colour12,bg=colour233] %H:%M "
|
2018-09-11 18:16:33 +02:00
|
|
|
set -g status-justify left
|
|
|
|
|
|
|
|
|
|
set -g pane-active-border-fg colour237
|
|
|
|
|
set -g pane-border-fg colour237
|
|
|
|
|
set -g pane-active-border-bg default
|
|
|
|
|
set -g pane-border-bg default
|
|
|
|
|
|
|
|
|
|
set -g status-position bottom
|
|
|
|
|
|
|
|
|
|
set -g mouse on
|
|
|
|
|
|
|
|
|
|
# displays *
|
|
|
|
|
unbind *
|
|
|
|
|
bind * list-clients
|
|
|
|
|
''
|