From 5b8f764e91f7a4792ebec4b22bf43f89a16b1fc1 Mon Sep 17 00:00:00 2001 From: Christopher Beckmann Date: Sat, 27 May 2023 23:51:23 +0200 Subject: [PATCH] Update '.config/tmux/tmux.theme' --- .config/tmux/tmux.theme | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/tmux/tmux.theme b/.config/tmux/tmux.theme index 999aae8..107bb11 100644 --- a/.config/tmux/tmux.theme +++ b/.config/tmux/tmux.theme @@ -20,7 +20,7 @@ set -g window-active-style 'fg=#EEEEEE,bg=default' 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}]#(${XDG_CONFIG_HOME}/tmux/myip.sh) #[fg=#${COLOR_ACCENT}] #[fg=white]%Y-%m-%d  #[fg=#${COLOR_ACCENT}] #[fg=white]%H:%M #[fg=#${COLOR_TERTIARY},bg=#${COLOR_SECONDARY},nobold,noitalics,nounderscore]#[fg=white,bg=#${COLOR_TERTIARY},nobold] #H " -#set -g status-right-length 160 +set -g status-right-length 160 #+----- 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]"