|
|
|
@ -53,7 +53,8 @@ set -g status-right-length 150
|
|
|
|
|
# Note: Powerline font requires alternate of bold on right side
|
|
|
|
|
# Corrects gap on right of character that reveals BG color
|
|
|
|
|
#+ Font: Powerline Consolas
|
|
|
|
|
set -g status-right "#[fg=colour235,bg=colour233,bold]#[fg=colour240,bg=colour235,nobold] %H:%M:%S #[fg=colour240,bg=colour235,bold]#[fg=colour233,bg=colour240,nobold] %d-%b-%y #[fg=colour100,bg=colour240,bold]#[fg=colour233,bg=colour100,bold] #H "
|
|
|
|
|
#set -g status-right "#[fg=colour235,bg=colour233,bold]#[fg=colour240,bg=colour235,nobold] %H:%M:%S #[fg=colour240,bg=colour235,bold]#[fg=colour233,bg=colour240,nobold] %d-%b-%y #[fg=colour100,bg=colour240,bold]#[fg=colour233,bg=colour100,bold] #H "
|
|
|
|
|
set -g status-right "#[fg=colour235,bg=colour233,bold]#[fg=colour240,bg=colour235,nobold] %H:%M:%S #[fg=colour240,bg=colour235,bold]#[fg=colour233,bg=colour240,nobold] %d-%b-%y #[fg=colour100,bg=colour240,bold]#[fg=colour233,bg=colour100,bold] #(/home/kapper/go/bin/gitux #{pane_current_path}) "
|
|
|
|
|
|
|
|
|
|
# Simple Git
|
|
|
|
|
#set -g status-right "#[fg=colour235,bg=colour233] #{simple_git_status} #[fg=colour240,bg=colour235] %H:%M:%S #[fg=colour240,bg=colour235]#[fg=colour233,bg=colour240] %d-%b-%y #[fg=colour100,bg=colour240]#[fg=colour233,bg=colour100,bold] #H "
|
|
|
|
@ -62,14 +63,14 @@ set -g status-right "#[fg=colour235,bg=colour233,bold]#[fg=colour240,bg=colo
|
|
|
|
|
#set -g status-right "#[fg=colour208,bg=colour233]#[fg=colour235,bg=colour208] #{git_upstream} #{git_branch} #[fg=colour240,bg=colour235] %H:%M:%S #[fg=colour240,bg=colour235]#[fg=colour233,bg=colour240] %d-%b-%y #[fg=colour100,bg=colour240]#[fg=colour233,bg=colour100,bold] #H "
|
|
|
|
|
|
|
|
|
|
# Window status
|
|
|
|
|
set -g window-status-format ""
|
|
|
|
|
set -g window-status-format '#(/home/kapper/go/bin/gitmux #{pane_current_path})'
|
|
|
|
|
# set -g window-status-format " #I:#W#F (TMUX OTHER STATUS) #(pwd | sed -e "s|.*/\(.*/.*\)|\1|") "
|
|
|
|
|
set -g window-status-current-format ""
|
|
|
|
|
set -g window-status-current-format '#(/home/kapper/go/bin/gitmux #{pane_current_path})'
|
|
|
|
|
#set -g window-status-current-format "#[fg=colour255,bg=colour233]#[fg=colour100,nobold] #(whoami)@#H #[fg=colour255,bg=colour233,nobold]"
|
|
|
|
|
# #{pane_current_path}
|
|
|
|
|
|
|
|
|
|
# Current window status
|
|
|
|
|
set -g window-status-current-style bg=colour100,fg=colour235
|
|
|
|
|
set -g window-status-current-style bg=colour233,fg=colour100
|
|
|
|
|
|
|
|
|
|
# Window with activity status
|
|
|
|
|
set -g window-status-activity-style bg=colour233,fg=colour245
|
|
|
|
|