[tmux] Fix up a few tmux colors + display the current $PWD

This commit is contained in:
Sebastian Schulze 2018-08-29 22:14:11 +02:00
parent 5967d1ed78
commit 74ac5f89a3
Signed by: bascht
GPG Key ID: 5BCB1D3B4D38A35A
1 changed files with 7 additions and 1 deletions

View File

@ -31,6 +31,10 @@ set -gw mouse on
set -g status-justify centre
set -g status-left ""
set -g status-interval 5
set -g automatic-rename on
set -g automatic-rename-format '#{b:pane_current_path}'
set -g update-environment "SSH_ASKPASS SSH_AUTH_SOCK SSH_AGENT_PID SSH_CONNECTION"
# Blinky linky
@ -41,7 +45,9 @@ set -g visual-activity on
set-window-option -g window-status-current-format "#[fg=red]#[fg=white]#I#F$ #W#[fg=red]"
set -g status-bg '#151515'
set -g status-fg "#c3c3c3"
setw -g window-status-current-bg 'colour12'
set -g status-attr dim
setw -g window-status-current-bg colour8
setw -g window-status-current-attr bold
setw -g window-status-current-fg '#ffffff'
setw -g window-status-activity-fg '#151515'
setw -g window-status-activity-bg '#ee2e24'