From 65d9d37a8e5e37c88db1fb6d807b2396f508d57c Mon Sep 17 00:00:00 2001 From: Christopher Beckmann Date: Mon, 1 May 2023 02:56:56 +0200 Subject: [PATCH] Update '.tmux.theme' --- .tmux.theme | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.tmux.theme b/.tmux.theme index 86eb408..b50991f 100644 --- a/.tmux.theme +++ b/.tmux.theme @@ -21,7 +21,7 @@ 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}] #[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 "#{prefix_highlight} #[fg=#${COLOR_SECONDARY},bg=black,nobold,noitalics,nounderscore]#[fg=white,bg=#${COLOR_SECONDARY}]#(${XDG_CONFIG_HOME}/tmux/myip.sh) %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