Browse Source

add status update interval to colorscheme

LawAbidingCactus 5 years ago
parent
commit
67cf7bbe3b
2 changed files with 13 additions and 12 deletions
  1. 0 5
      README.md
  2. 13 7
      tmux-colorscheme.conf

+ 0 - 5
README.md

@@ -35,8 +35,3 @@ set-option -as terminal-overrides ",xterm*:RGB"
 
 ### Pane separator lines look weird
 Something isn't correctly handling UTF-8 line drawing characters.
-
-### The statusbar's time doesn't update fast enough
-```tmux
-set-option -g status-interval 1
-```

+ 13 - 7
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} }"