mirror of https://github.com/nirenjan/dotfiles.git
Update tmux colors and move status bar to top
The change to move the status bar to the top is only compatible with tmux 1.8vimbundler
parent
f77b4eeb77
commit
3d0719c5f7
|
@ -46,10 +46,10 @@ set-option -g set-titles-string "(#H) [#S:#I.#P] #W"
|
||||||
|
|
||||||
# Configure the tmux colours
|
# Configure the tmux colours
|
||||||
# Based on Solarized [altercation/solarized] on GitHub
|
# Based on Solarized [altercation/solarized] on GitHub
|
||||||
TMUX_STATUS_BG=black
|
TMUX_STATUS_BG=white
|
||||||
TMUX_STATUS_FG=white
|
TMUX_STATUS_FG=brightyellow
|
||||||
TMUX_MESSAGE_BG=black
|
TMUX_MESSAGE_BG=white
|
||||||
TMUX_MESSAGE_FG=brightred
|
TMUX_MESSAGE_FG=brightyellow
|
||||||
|
|
||||||
# Status bar
|
# Status bar
|
||||||
set-option -g status on
|
set-option -g status on
|
||||||
|
@ -57,6 +57,7 @@ set-option -g status-interval 2
|
||||||
set-option -g status-bg $TMUX_STATUS_BG
|
set-option -g status-bg $TMUX_STATUS_BG
|
||||||
set-option -g status-fg $TMUX_STATUS_FG
|
set-option -g status-fg $TMUX_STATUS_FG
|
||||||
set-option -g status-utf8 on
|
set-option -g status-utf8 on
|
||||||
|
set-option -g status-position top
|
||||||
|
|
||||||
# Status bar - left
|
# Status bar - left
|
||||||
# <username>@<host> <session name>
|
# <username>@<host> <session name>
|
||||||
|
|
Loading…
Reference in New Issue