diff --git a/.tmux.conf b/.tmux.conf index 9e8bb70..b8668df 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -84,7 +84,7 @@ set -g default-terminal "screen-256color" #+--- Bars ---+ set -g status-left "#[fg=black,bg=blue,bold] #S " -set -g status-right "#{prefix_highlight}#[fg=white,bg=brightblack] %Y-%m-%d #[fg=white,bg=brightblack,nobold,noitalics,nounderscore]|#[fg=white,bg=brightblack] %H:%M #[fg=cyan,bg=brightblack,nobold,noitalics,nounderscore] #[fg=black,bg=cyan,bold] #h " +set -g status-right "#{prefix_highlight}#[fg=white,bg=brightblack] %Y-%m-%d #[fg=white,bg=brightblack,nobold,noitalics,nounderscore]|#[fg=white,bg=brightblack] %H:%M#[fg=cyan,bg=brightblack,nobold,noitalics,nounderscore] #[fg=black,bg=cyan,bold] #h " #+--- Windows ---+ set -g window-status-format " #[fg=white,bg=brightblack] #I #[fg=white,bg=brightblack]#W #F " diff --git a/screenshot.png b/screenshot.png index edda7cd..3c7ed68 100644 Binary files a/screenshot.png and b/screenshot.png differ