Update stylesheet

This commit is contained in:
Marty Oehme 2020-05-13 21:13:00 +02:00
parent 8b586bbd56
commit 38dbe4592c
No known key found for this signature in database
GPG key ID: 0CCB0526EFB9611A
2 changed files with 22 additions and 1 deletions

View file

@ -43,8 +43,10 @@ theme() {
# we need to close panels that are in a mode and get them out to send keys to vim
if [ "${l: -1}" = 1 ]; then
tmux send-keys -t "${l/:*/}" -X cancel && tmux send-keys -t "${l/:*/}" ":source $tfile" "Enter"
tmux send-keys -t "${l/:*/}" ":AirlineTheme base16" "Enter"
else
tmux send-keys -t "${l/:*/}" ":source $tfile" "Enter"
tmux send-keys -t "${l/:*/}" ":AirlineTheme base16" "Enter"
fi
# find all panes which currently have nvim/vim running