dotfiles

*nix config files
git clone git://git.pyratebeard.net/dotfiles.git
Log | Files | Refs | README

commit 53dc5940165ca6b8a88d487c2d611ef2912cefed
parent c95b2263b993c1a368777fa9cc4b3fb632dd18c2
Author: pyratebeard <root@pyratebeard.net>
Date:   Fri, 18 Nov 2016 13:27:00 +0000

improved status line colours

Diffstat:
Mtmux/.tmux.conf | 12++++++------
1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/tmux/.tmux.conf b/tmux/.tmux.conf @@ -104,18 +104,18 @@ setw -g aggressive-resize on set -g message-attr bold set -g message-fg white -set -g message-bg red +set -g message-bg black set -g status-justify right set -g status-bg black set -g status-fg blue set -g status-interval 5 -set -g status-utf8 on +#set -g status-utf8 on -setw -g window-status-format "#[bg=black,fg=white] #I #[bg=black,fg=white] #{pane_current_command} " -#setw -g window-status-format "#[bg=blue,fg=black] #I #[bg=blue,fg=black] #W " -setw -g window-status-current-format "#[bg=cyan,fg=black] #I #[bg=cyan,fg=black] #{pane_current_command} " -#setw -g window-status-current-format "#[bg=cyan,fg=black] #I #[bg=blue,fg=black] #W " +#setw -g window-status-format "#[bg=black,fg=white] #I #[bg=black,fg=white] #{pane_current_command} " +setw -g window-status-format "#[bg=black,fg=white] #I #[bg=black,fg=white] #W " +#setw -g window-status-current-format "#[bg=cyan,fg=black] #I #[bg=cyan,fg=black] #{pane_current_command} " +setw -g window-status-current-format "#[bg=cyan,fg=black] #I #[bg=cyan,fg=black] #W " set -g status-justify left set-option -g status-right '#[bg=black,fg=white] #H #[default] #[bg=black,fg=white] %a %Y-%m-%d %H:%M #[default]' set-option -g status-left ''