~tmux.conf

This commit is contained in:
Jeffrey Serio 2025-12-30 03:48:08 +01:00
parent a41e2b78bd
commit 3848cee840

View file

@ -31,20 +31,18 @@ set -g pane-active-border-style 'fg=yellow'
# statusbar
set -g status-position bottom
set -g status-justify left
set -g status-style 'fg=red'
set -g status-style 'fg=white bg=colour236'
set -g status-left-style 'fg=black bg=blue bold'
set -g status-left ' #(pyuptime) '
set -g status-left ' #(uname -sr) '
set -g status-left-length 100
set -g status-right-style 'fg=black bg=yellow bold'
set -g status-right ' %Y-%m-%d %l:%M %p '
set -g status-right-length 50
set -g status-right ' %Y-%m-%d #(uptime) '
set -g status-right-length 100
setw -g window-status-current-style 'fg=red bg=black'
setw -g window-status-current-style 'fg=black bg=white'
setw -g window-status-current-format ' #I #W #F '
setw -g window-status-style 'fg=red bg=black'
setw -g window-status-style 'fg=white bg=black bold'
setw -g window-status-format ' #I #[fg=white]#W #[fg=yellow]#F '
setw -g window-status-bell-style 'fg=yellow bg=red bold'