track alacritty, wayland, misc fixes and binfiles

This commit is contained in:
Robert Perce 2026-03-21 23:10:54 -05:00
parent ca20e04409
commit 4c1563501a
9 changed files with 1834 additions and 4 deletions

View file

@ -21,7 +21,7 @@ bind r source-file ~/.config/tmux/tmux.conf
set -g mouse on
set -g status on
set -g status-style bg=black,fg=white
set -g status-style bg=colour235,fg=brightblack
set -g status-left-length 50
set -g status-right-length 50
@ -29,8 +29,8 @@ set -g status-right-length 50
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"
set -g status-left "#[fg=blue,bold]#S#[fg=brightblack,bg=colour235] ⧽ "
set -g status-right "#[fg=brightblack,bg=colour235]⧼ %Y-%m-%d"
{{- else }}
set -g status-position bottom
set -g status-justify centre