13 lines
823 B
Bash
13 lines
823 B
Bash
set -g status-style "bg=default"
|
|
set -g status-fg "{{ colors.tertiary.default.hex }}"
|
|
set -g status-left "#[bg={{ colors.primary_container.default.hex }},fg={{ colors.on_primary_container.default.hex }}]#{?client_prefix,#[reverse]#[bg={{ colors.on_secondary_container.default.hex }}]#[fg=black]#[noreverse]} #S "
|
|
set -g status-right "#[fg={{ colors.secondary.default.hex }}]%d/%m #[bg={{ colors.primary_container.default.hex }},fg={{ colors.on_primary_container.default.hex }}] #H "
|
|
|
|
# max allowed lenth for statuses to flow into
|
|
set -g status-left-length 20
|
|
set -g status-right-length 20
|
|
|
|
# tab bar
|
|
set -g window-status-format " #I #W "
|
|
set -g window-status-current-format " #I #W "
|
|
set -g window-status-current-style bg={{ colors.secondary_container.default.hex }},fg={{ colors.on_secondary_container.default.hex }},bold
|