Skip to content

Commit

Permalink
Tweak tmux status again.
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Welford committed Sep 15, 2018
1 parent 4bcb548 commit 0dbdbf5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tmux/falcon.tmux.conf
Expand Up @@ -6,9 +6,9 @@ set -g status-bg ""

# messages
set -g message-fg "#b4b4b9"
set -g message-bg "#36363a"
set -g message-bg "#020221"
set -g message-command-fg "#99a4bc"
set -g message-command-bg "#57575e"
set -g message-command-bg "#020221"

# panes
set -g pane-active-border-fg "#57575e"
Expand Down Expand Up @@ -36,11 +36,11 @@ setw -g window-status-activity-fg "magenta"
setw -g window-status-separator ""
setw -g window-status-bg "black"
setw -g window-status-format "#[fg=#787882,bg=#020221] #I:#W "
setw -g window-status-current-format "#[fg=magenta,bg=#020221] #I:#{?window_zoomed_flag,#[fg=black](,}#W#{?window_zoomed_flag,#[fg=black]),} "
setw -g window-status-current-format "#[fg=white,bg=#020221] #I#[fg=#787882]:#[fg=yellow]#{?window_zoomed_flag,#[fg=black](,}#W#{?window_zoomed_flag,#[fg=black]),} "

set -g status-left-attr "none"
set -g status-left-length "100"
set -g status-right-attr "none"
set -g status-right-length "100"
set -g status-left "#[fg=white] #S #[fg=#787882]> "
set -g status-left "#[fg=white] #S #[fg=#57575e]│ "
set -g status-right "#[fg=yellow,bg=#36363a]$USER@#h #[fg=#787882]│ #[fg=white]%d/%m/%Y %H:%M "

0 comments on commit 0dbdbf5

Please sign in to comment.