Reorganize tmux status bars
This commit is contained in:
parent
c75eeec199
commit
d7a7472144
|
@ -4,7 +4,7 @@ set-option -g status-position top
|
||||||
|
|
||||||
#
|
#
|
||||||
# Powerline Double Green - Tmux Theme
|
# Powerline Double Green - Tmux Theme
|
||||||
d# Created by Jim Myhrberg <contact@jimeh.me>.
|
# Created by Jim Myhrberg <contact@jimeh.me>.
|
||||||
#
|
#
|
||||||
# Inspired by vim-powerline: https://github.com/Lokaltog/powerline
|
# Inspired by vim-powerline: https://github.com/Lokaltog/powerline
|
||||||
#
|
#
|
||||||
|
@ -13,7 +13,7 @@ d# Created by Jim Myhrberg <contact@jimeh.me>.
|
||||||
#
|
#
|
||||||
|
|
||||||
# Status update interval
|
# Status update interval
|
||||||
sdet -g status-interval 1
|
set -g status-interval 1
|
||||||
|
|
||||||
# Basic status bar colors
|
# Basic status bar colors
|
||||||
set -g status-style fg=colour240,bg=colour233
|
set -g status-style fg=colour240,bg=colour233
|
||||||
|
@ -23,7 +23,7 @@ set -g status-left-style bg=colour233,fg=colour243
|
||||||
set -g status-left-length 40
|
set -g status-left-length 40
|
||||||
#set -g status-left "#[fg=colour233,bg=colour100,bold] #S #[fg=colour100,bg=colour240,nobold]#[fg=colour233,bg=colour240] #(whoami) #[fg=colour240,bg=colour235]#[fg=colour240,bg=colour235] #I:#P #[fg=colour235,bg=colour208]#[fg=colour240,bg=colour208] #{git_remote} #{git_flags} #[fg=colour208,bg=colour233,nobold]"
|
#set -g status-left "#[fg=colour233,bg=colour100,bold] #S #[fg=colour100,bg=colour240,nobold]#[fg=colour233,bg=colour240] #(whoami) #[fg=colour240,bg=colour235]#[fg=colour240,bg=colour235] #I:#P #[fg=colour235,bg=colour208]#[fg=colour240,bg=colour208] #{git_remote} #{git_flags} #[fg=colour208,bg=colour233,nobold]"
|
||||||
|
|
||||||
set -g status-left "#[fg=colour233,bg=colour100,bold] #S #[fg=colour100,bg=colour240,nobold]#[fg=colour233,bg=colour240] #(whoami) #[fg=colour240,bg=colour235]#[fg=colour240,bg=colour235] #I:#P #[fg=colour235,bg=colour233]#[fg=colour240,bg=colour235]"
|
set -g status-left "#[fg=colour233,bg=colour100,bold] #S #[fg=colour100,bg=colour240,nobold]#[fg=colour233,bg=colour240] #(uname -m)#F #[fg=colour240,bg=colour235]#[fg=colour240,bg=colour235] #I:#P #[fg=colour235,bg=colour233]#[fg=colour240,bg=colour233] #(uname -r)"
|
||||||
|
|
||||||
|
|
||||||
# Tmux Git
|
# Tmux Git
|
||||||
|
@ -47,7 +47,7 @@ set -g status-right "#[fg=colour235,bg=colour233]#[fg=colour240,bg=colour235
|
||||||
|
|
||||||
# Window status
|
# Window status
|
||||||
set -g window-status-format " #I:#W#F (TMUX OTHER STATUS) #(pwd | sed -e "s|.*/\(.*/.*\)|\1|") "
|
set -g window-status-format " #I:#W#F (TMUX OTHER STATUS) #(pwd | sed -e "s|.*/\(.*/.*\)|\1|") "
|
||||||
set -g window-status-current-format "#[fg=colour233,bg=black]#[fg=colour190,nobold] #W -> #(pwd | sed -e "s|.*/\(.*/.*\)|\1|") #[fg=colour233,bg=black,nobold]"
|
set -g window-status-current-format "#[fg=colour233,bg=black]#[fg=colour190,nobold] #(whoami)@#H #[fg=colour233,bg=black,nobold]"
|
||||||
# #{pane_current_path}
|
# #{pane_current_path}
|
||||||
|
|
||||||
# Current window status
|
# Current window status
|
||||||
|
|
Loading…
Reference in New Issue