Switch to whitelist-based .gitignore to only track essential configs: nvim, yazi, kitty, zsh, ideavim, karabiner, tmux, scripts, starship. Remove history, compiled files, and plugin dirs from tracking. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
23 lines
1.4 KiB
Bash
23 lines
1.4 KiB
Bash
# This tmux statusbar config was created by tmuxline.vim
|
|
# on Sun, 01 Mar 2026
|
|
# Reworked: Tokyo Night Moon — readable, transparent, not loud
|
|
|
|
set -g status-justify "centre"
|
|
set -g status "on"
|
|
set -g status-left-style "none"
|
|
set -g message-command-style "fg=#c8d3f5,bg=default"
|
|
set -g status-right-style "none"
|
|
set -g pane-active-border-style "fg=#82aaff"
|
|
set -g status-style "none,bg=default"
|
|
set -g message-style "fg=#c8d3f5,bg=default"
|
|
set -g pane-border-style "fg=#3b4261"
|
|
set -g status-right-length "100"
|
|
set -g status-left-length "100"
|
|
setw -g window-status-activity-style "underscore,fg=#444a73,bg=default"
|
|
setw -g window-status-separator ""
|
|
setw -g window-status-style "none,fg=#636da6,bg=default"
|
|
set -g status-left "#[fg=#636da6,bg=default] #S #[fg=default,bg=default,nobold,nounderscore,noitalics]"
|
|
set -g status-right "#[fg=default,bg=default,nobold,nounderscore,noitalics]#[fg=#636da6,bg=default] %H:%M #[fg=default,bg=default,nobold,nounderscore,noitalics]#[fg=#636da6,bg=default] %d %b "
|
|
setw -g window-status-format "#[fg=default,bg=default,nobold,nounderscore,noitalics]#[fg=#636da6,bg=default] #I #W#{?window_zoomed_flag, [Z],} #[fg=default,bg=default,nobold,nounderscore,noitalics]"
|
|
setw -g window-status-current-format "#[fg=#2d3f76,bg=default,nobold,nounderscore,noitalics]#[fg=#c8d3f5,bg=#2d3f76] #I #W#{?window_zoomed_flag, [Z],} #[fg=#2d3f76,bg=default,nobold,nounderscore,noitalics]"
|