Skip to content

Commit

Permalink
adding color for active window in bottom status bar
Browse files Browse the repository at this point in the history
  • Loading branch information
brian.smith committed Dec 8, 2015
1 parent 4eec86b commit 88fa758
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tmux.conf
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,11 @@ set -g set-titles on
# Status bar customization
set -g status-utf8 on
set -g status-bg black
set -g status-fg white
set -g status-fg yellow
set -g status-interval 5
set -g status-left-length 90
set -g status-right-length 60
set-window-option -g window-status-current-fg colour208
#set -g status-left "#[fg=Green]#(whoami)#[fg=white]:#[fg=blue]#(hostname -s)#[fg=white]::##[fg=yellow]#(curl ipecho.net/plain;echo)"
#setw -g automatic-rename

Expand Down

0 comments on commit 88fa758

Please sign in to comment.