From 67cf7bbe3b308f15d7d400a9389cbfaccdcdb510 Mon Sep 17 00:00:00 2001 From: LawAbidingCactus Date: Fri, 3 Jan 2020 04:03:16 +0000 Subject: add status update interval to colorscheme --- tmux-colorscheme.conf | 20 +++++++++++++------- 1 file changed, 13 insertions(+), 7 deletions(-) (limited to 'tmux-colorscheme.conf') diff --git a/tmux-colorscheme.conf b/tmux-colorscheme.conf index 7960323..c5b6a1d 100644 --- a/tmux-colorscheme.conf +++ b/tmux-colorscheme.conf @@ -1,4 +1,16 @@ -### TMUX COLORSCHEME ### +### theme settings ### + +# window separators +set-option -wg window-status-separator "" + +# monitor window changes +set-option -wg monitor-activity on +set-option -wg monitor-bell on + +# set statusbar update interval +set-option -g status-interval 1 + +### colorscheme ### # change window screen colors set-option -wg mode-style bg="#FE8019",fg="#3C3836" @@ -35,12 +47,6 @@ set-option -g display-panes-colour "#3C3836" # clock set-option -wg clock-mode-colour "#FE8019" -# window separators -set-option -wg window-status-separator "" -# monitor window changes -set-option -wg monitor-activity on -set-option -wg monitor-bell on - # statusbar formatting # "#fe8019" MUST be in lowercase here (conflicts with statusline alias otherwise) set-option -g status-left "#[fg=#3C3836, bg=#A89984]#{?client_prefix,#[bg=#fe8019] #{session_name} #[bg=#A89984], #{session_name} }" -- cgit v1.2.3