2023-06-04 17:21:06 +02:00
|
|
|
# Status bar
|
|
|
|
set -g status on
|
2023-06-16 18:02:45 +02:00
|
|
|
set -g default-terminal "screen-256color"
|
|
|
|
set -g status-style bg=default
|
|
|
|
set -g status on
|
2023-06-04 17:21:06 +02:00
|
|
|
set -g status-interval 1
|
2023-06-16 18:02:45 +02:00
|
|
|
set -g status-justify centre
|
|
|
|
#set -g status-style fg=white,bg=black
|
2023-06-04 17:21:06 +02:00
|
|
|
|
|
|
|
# Highlight the current window.
|
|
|
|
setw -g window-status-current-style fg=white,bg=red,bright
|
2023-06-16 18:02:45 +02:00
|
|
|
|
|
|
|
# Reloading the tmux Config File
|
|
|
|
bind r source-file ~/.tmux.conf \; display "Reloaded ~/.tmux.conf"
|