dotfiles

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

commit eb5aa7adef438530926d677a8f5ec941b01d9459
parent 6bf25ec0ea8c387b707f448d3df9649e4b49eb6a
Author: pyratebeard <root@pyratebeard.net>
Date:   Tue,  6 Aug 2019 20:50:00 +0100

changed right hand status bar colours

Diffstat:
Mtmux/.tmux.conf | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tmux/.tmux.conf b/tmux/.tmux.conf @@ -93,7 +93,7 @@ set -g status-interval 5 setw -g window-status-format "#[bg=black,fg=magenta] #I #[bg=black,fg=magenta] #W " setw -g window-status-current-format "#[bg=yellow,fg=black] #I #[bg=black,fg=yellow] #W " set -g status-justify left -set-option -g status-right '#[bg=black,fg=white] #H #[default] #[bg=black,fg=white] %Y-%m-%d %H:%M #[default]' +set-option -g status-right '#[bg=black,fg=blue] #H #[default] #[bg=black,fg=cyan] %Y-%m-%d %H:%M #[default]' set-option -g status-left '' # loud or quiet?