Adds working directory to tmux config

This commit is contained in:
Bogdan Buduroiu 2022-11-28 14:12:01 +08:00
parent 2f70120ee2
commit 1a9548704b

View file

@ -51,7 +51,7 @@ set -g status-left-length "100"
setw -g window-status-activity-style "none" setw -g window-status-activity-style "none"
setw -g window-status-separator "" setw -g window-status-separator ""
setw -g window-status-style "none,fg=#c6c6c6,bg=#3a3a3a" setw -g window-status-style "none,fg=#c6c6c6,bg=#3a3a3a"
set -g status-left "#[fg=#bcbcbc,bg=#875faf] #S #[fg=#875faf,bg=#3a3a3a,nobold,nounderscore,noitalics]" set -g status-left "#[fg=#bcbcbc,bg=#875faf] #T#S #[fg=#875faf,bg=#3a3a3a,nobold,nounderscore,noitalics]"
set -g status-right "#[fg=#4e4e4e,bg=#3a3a3a,nobold,nounderscore,noitalics]#[fg=#d75fd7,bg=#4e4e4e] %Y-%m-%d  %H:%M #[fg=#875faf,bg=#4e4e4e,nobold,nounderscore,noitalics]#[fg=#bcbcbc,bg=#875faf] #h " set -g status-right "#[fg=#4e4e4e,bg=#3a3a3a,nobold,nounderscore,noitalics]#[fg=#d75fd7,bg=#4e4e4e] %Y-%m-%d  %H:%M #[fg=#875faf,bg=#4e4e4e,nobold,nounderscore,noitalics]#[fg=#bcbcbc,bg=#875faf] #h "
setw -g window-status-format "#[fg=#c6c6c6,bg=#3a3a3a] #I #[fg=#c6c6c6,bg=#3a3a3a] #W " setw -g window-status-format "#[fg=#c6c6c6,bg=#3a3a3a] #I #[fg=#c6c6c6,bg=#3a3a3a] #W "
setw -g window-status-current-format "#[fg=#3a3a3a,bg=#4e4e4e,nobold,nounderscore,noitalics]#[fg=#d75fd7,bg=#4e4e4e] #I #[fg=#d75fd7,bg=#4e4e4e] #W #[fg=#4e4e4e,bg=#3a3a3a,nobold,nounderscore,noitalics]" setw -g window-status-current-format "#[fg=#3a3a3a,bg=#4e4e4e,nobold,nounderscore,noitalics]#[fg=#d75fd7,bg=#4e4e4e] #I #[fg=#d75fd7,bg=#4e4e4e] #W #[fg=#4e4e4e,bg=#3a3a3a,nobold,nounderscore,noitalics]"