|
|
|
@ -59,7 +59,7 @@ set -g status-right "#[fg=$thm_magenta,bg=$thm_bg,nobold,nounderscore,noitalics]
|
|
|
|
|
|
|
|
|
|
# current_dir
|
|
|
|
|
setw -g window-status-format "#[fg=$thm_bg,bg=$thm_blue] #I #[fg=$thm_white,bg=$thm_gray] #{b:pane_current_path} "
|
|
|
|
|
setw -g window-status-current-format "#[fg=$thm_bg,bg=$thm_orange] #I #[fg=$thm_white_br,bg=$thm_bg] #{b:pane_current_path} "
|
|
|
|
|
setw -g window-status-current-format "#[fg=$thm_bg,bg=$thm_orange] #I #[fg=$thm_gray,bg=$thm_bg] #{b:pane_current_path} "
|
|
|
|
|
|
|
|
|
|
# parent_dir/current_dir
|
|
|
|
|
# setw -g window-status-format "#[fg=colour232,bg=colour111] #I #[fg=colour222,bg=colour235] #(echo "#{pane_current_path}" | rev | cut -d'/' -f-2 | rev) "
|
|
|
|
|