mirror of
https://gitlab.com/octospacc/Configs.git
synced 2025-01-04 18:39:12 +01:00
25 lines
573 B
Plaintext
25 lines
573 B
Plaintext
# Enable full Mouse support
|
|
set -g mouse on
|
|
|
|
# Refresh Status Bar every 1 second
|
|
set -g status-interval 1
|
|
|
|
# Reassign Shortcuts
|
|
bind | split-window -h
|
|
bind - split-window -v
|
|
|
|
# Status Bar
|
|
set -g status-position bottom
|
|
set -g status-style 'bg=black fg=pink'
|
|
set -g status-left ' #S '
|
|
set -g status-right ' %H:%M:%S '
|
|
|
|
setw -g window-status-current-style 'bg=pink fg=black bold'
|
|
setw -g window-status-current-format ' #W '
|
|
|
|
setw -g window-status-style 'bg=brightblack fg=pink'
|
|
setw -g window-status-format ' #W '
|
|
|
|
# Message Bar
|
|
set -g message-style 'bg=pink fg=black bold'
|