mirror of
https://github.com/GeorgeSG/dotfiles.git
synced 2026-09-05 08:58:44 +00:00
Change props for tmux v2.9
This commit is contained in:
+7
-9
@@ -43,23 +43,22 @@ TMUX_USERNAME_BG="#f5871f"
|
||||
set -g status-left-length 30
|
||||
set -g status-right-length 60
|
||||
|
||||
set -g status-fg white
|
||||
set -g status-bg $TMUX_STATUS_BG
|
||||
set -g pane-border-fg $TMUX_PANE_BORDER_FG
|
||||
set -g pane-active-border-fg $TMUX_PANE_ACTIVE_BORDER_FG
|
||||
set -g message-fg $TMUX_MESSAGE_FG
|
||||
set -g message-bg $TMUX_MESSAGE_BG
|
||||
set -g message-attr bold
|
||||
set -g status-style fg=white
|
||||
set -g status-style bg=$TMUX_STATUS_BG
|
||||
set -g pane-border-style fg=$TMUX_PANE_BORDER_FG
|
||||
set -g pane-active-border-style fg=$TMUX_PANE_ACTIVE_BORDER_FG
|
||||
set -g message-style fg=$TMUX_MESSAGE_FG
|
||||
set -g message-style bg=$TMUX_MESSAGE_BG
|
||||
|
||||
# Status bar
|
||||
# set-option -g status-position bottom
|
||||
set -g status-left '#[fg=#(echo $TMUX_NAMESPACE_FG),bg=#(echo $TMUX_NAMESPACE_BG),bold] #S #[fg=#(echo $TMUX_NAMESPACE_BG),bg=#(echo $TMUX_USERNAME_BG),bold]#[fg=#(echo $TMUX_STATUS_BG),bg=#(echo $TMUX_USERNAME_BG),bold] #(whoami) #[fg=#(echo $TMUX_USERNAME_BG),bg=#(echo $TMUX_STATUS_BG),bold]'
|
||||
|
||||
set -g status-right '#[fg=#(echo $TMUX_USERNAME_BG),bg=#(echo $TMUX_NAMESPACE_FG),bold]#[fg=#(echo $TMUX_NAMESPACE_FG),bg=#(echo $TMUX_USERNAME_BG),bold] #H #[fg=#(echo $TMUX_NAMESPACE_BG),bg=#(echo $TMUX_USERNAME_BG),bold]#[fg=#(echo $TMUX_NAMESPACE_FG),bg=#(echo $TMUX_NAMESPACE_BG),bold] #(date +%H:%M) '
|
||||
set -g window-status-format "#[fg=#3e999f,bg=#efefef] #I #W "
|
||||
set -g window-status-current-format "#[fg=#efefef,bg=#3e999f,noreverse,bold] #I #W "
|
||||
|
||||
|
||||
|
||||
# # Theme Default
|
||||
|
||||
# set -g status-left-length 30
|
||||
@@ -139,4 +138,3 @@ bind -r L resize-pane -R 5
|
||||
bind Escape copy-mode
|
||||
bind p paste-buffer
|
||||
bind C-c run-shell "bash -c 'tmux show-buffer | reattach-to-user-namespace pbcopy'" \; display 'Copied to clipboard'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user