maint: new helper scripts
This commit is contained in:
parent
6911580c0f
commit
f66bda3b5a
1 changed files with 6 additions and 1 deletions
|
@ -29,7 +29,12 @@ set -g status-justify centre
|
||||||
set -g status-left-length 50
|
set -g status-left-length 50
|
||||||
set -g status-right-length 140
|
set -g status-right-length 140
|
||||||
set -g status-left '#[fg=green]#H#[default] session:#S'
|
set -g status-left '#[fg=green]#H#[default] session:#S'
|
||||||
set -g status-right '#[fg=black,bg=colour119]#(cd ~/.password-store/.bin && ./check_status.sh)#[default] #[fg=black,bg=colour215]#(cd ~/.dotfiles && ./check_status.sh)#[default] #[fg=white,bg=default]%a %l:%M:%S %p#[default] #[fg=blue]%Y-%m-%d'
|
set -g status-right '\
|
||||||
|
#[fg=black,bg=colour119]#(cd ~/.password-store/.bin && ./check_status.sh)#[default] \
|
||||||
|
#[fg=black,bg=colour207]#(cd ~/.dotfiles && ./check_status.sh)#[default] \
|
||||||
|
#[fg=black,bg=colour226]#(cd ~/.ssh/.bin && ./check_status.sh)#[default] \
|
||||||
|
#[fg=black,bg=colour215]#(cd ~/projects/personal/notes/.bin && ./check_status.sh)#[default] \
|
||||||
|
#[fg=white,bg=default]%a %l:%M:%S %p#[default] #[fg=blue]%Y-%m-%d'
|
||||||
|
|
||||||
set-option -g renumber-windows on
|
set-option -g renumber-windows on
|
||||||
set -sg escape-time 0
|
set -sg escape-time 0
|
||||||
|
|
Loading…
Add table
Reference in a new issue