tries to fix tmuxinator ride layout
This commit is contained in:
parent
4059eb1b8c
commit
2a15e94d7b
2 changed files with 3 additions and 3 deletions
|
|
@ -39,7 +39,7 @@
|
||||||
set -g status-style bg=#1d202f,fg=white
|
set -g status-style bg=#1d202f,fg=white
|
||||||
set -g status-left ""
|
set -g status-left ""
|
||||||
set -g status-right "#[bg=default,fg=magenta]>> #S << #[bg=default,fg=white]#H "
|
set -g status-right "#[bg=default,fg=magenta]>> #S << #[bg=default,fg=white]#H "
|
||||||
set-window-option -g window-status-style 'fg=magenta,bg=black'
|
set-window-option -g window-status-style 'fg=magenta,bg=#1d202f'
|
||||||
set-window-option -g window-status-format ' #I #[fg=white]#W #[fg=cyan]#F '
|
set-window-option -g window-status-format ' #I #[fg=white]#W #[fg=cyan]#F '
|
||||||
set-window-option -g window-status-current-style "fg=black,bg=magenta"
|
set-window-option -g window-status-current-style "fg=black,bg=magenta"
|
||||||
set-window-option -g window-status-current-format " #I #W #F "
|
set-window-option -g window-status-current-format " #I #W #F "
|
||||||
|
|
|
||||||
|
|
@ -9,11 +9,11 @@ windows:
|
||||||
layout: even-vertical
|
layout: even-vertical
|
||||||
panes:
|
panes:
|
||||||
- clear
|
- clear
|
||||||
- db_staging:
|
- db-stg:
|
||||||
layout: main-horizontal
|
layout: main-horizontal
|
||||||
panes:
|
panes:
|
||||||
- dbui_stg
|
- dbui_stg
|
||||||
- db_production:
|
- db-prod:
|
||||||
layout: main-horizontal
|
layout: main-horizontal
|
||||||
panes:
|
panes:
|
||||||
- dbui_prod
|
- dbui_prod
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue