diff --git a/.tmux.theme b/.tmux.theme index 7bda6b9..86eb408 100644 --- a/.tmux.theme +++ b/.tmux.theme @@ -21,8 +21,8 @@ set -g window-active-style 'fg=#EEEEEE,bg=default' #+----- Bar Style set -g status-style fg=white,bg=default set -g status-left "#[fg=white,bg=#${COLOR_TERTIARY},bold,noitalics,nounderscore] #S #[fg=#${COLOR_TERTIARY},bg=default,nobold,noitalics,nounderscore]" -set -g status-right "#{prefix_highlight}#[fg=#${COLOR_SECONDARY},bg=black,nobold,noitalics,nounderscore]#[fg=white,bg=#${COLOR_SECONDARY}] %Y-%m-%d #[fg=white,bg=#${COLOR_SECONDARY},nobold,noitalics,nounderscore]#[fg=white,bg=#${COLOR_SECONDARY}] %H:%M #[fg=#${COLOR_TERTIARY},bg=#${COLOR_SECONDARY},nobold,noitalics,nounderscore]#[fg=white,bg=#${COLOR_TERTIARY},nobold] #H " -set -g status-right-length 50 +set -g status-right "#{prefix_highlight} #[fg=#${COLOR_SECONDARY},bg=black,nobold,noitalics,nounderscore]#[fg=white,bg=#${COLOR_SECONDARY}] #[fg=#${COLOR_ACCENT}]eth0 #[fg=white]#(${XDG_CONFIG_HOME}/tmux/myip.sh eth0)  %Y-%m-%d  %H:%M #[fg=#${COLOR_TERTIARY},bg=#${COLOR_SECONDARY},nobold,noitalics,nounderscore]#[fg=white,bg=#${COLOR_TERTIARY},nobold] #H " +set -g status-right-length 65 #+----- Windows set -g window-status-format "#[fg=black,bg=#${COLOR_SECONDARY},nobold,noitalics,nounderscore] #[fg=white,bg=#${COLOR_SECONDARY}]#I #[fg=white,bg=#${COLOR_SECONDARY},nobold,noitalics,nounderscore] #[fg=white,bg=#${COLOR_SECONDARY}]#W #F #[fg=#${COLOR_SECONDARY},bg=default,nobold,noitalics,nounderscore]" @@ -30,4 +30,4 @@ set -g window-status-current-format "#[fg=black,bg=#${COLOR_ACCENT},nobold] # set -g window-status-separator "" #+----- Messages -set -g message-style "fg=black,bg=${COLOR_ACCENT}" +set -g message-style "fg=black,bg=${COLOR_ACCENT}" \ No newline at end of file