sync config from ereshkigal

This commit is contained in:
Robert Perce 2026-03-21 22:48:32 -05:00
parent a6487a9130
commit ca20e04409
7 changed files with 107 additions and 42 deletions

View file

@ -22,19 +22,21 @@ set -g mouse on
set -g status on
set -g status-style bg=black,fg=white
set -g status-position top
set -g status-interval 15
set -g status-left-length 50
set -g status-right-length 50
set -g status-justify left
set -g status-left "#[fg=blue,bold]#S#[fg=brightblack] ⧽ "
{{- if has "phone" .class }}
set -g status-position top
set -g status-justify left
set -g status-interval 15
set -g status-left "#[fg=blue,bold]#S#[fg=brightblack] ⧽ "
set -g status-right "#[fg=brightblack]⧼ %Y-%m-%d"
{{- else }}
set -g status-position bottom
set -g status-justify centre
set -g status-interval 1
set -g status-right "#[fg=brightblack] ⧼ %H:%M:%S ⧼ %Y-%m-%d"
set -g status-left "#[fg=colour33,bg=colour235] #h "
set -g status-right "#[bg=colour235,fg=colour136] ⧼ %a ⧼ %H:%M:%S ⧼ %Y-%m-%d "
{{- end }}
set -g window-status-format "#[fg=cyan]#I:#W#F"