Ver código fonte

STATUSBAR matching LARBS changes

tags/v3.1
Luke Smith 6 anos atrás
pai
commit
6aa28a56b1
Nenhuma chave conhecida encontrada para esta assinatura no banco de dados ID da chave GPG: 4C50B54A911F6252
1 arquivos alterados com 2 adições e 2 exclusões
  1. +2
    -2
      bin/mailsync

+ 2
- 2
bin/mailsync Ver arquivo

@@ -48,7 +48,7 @@ else
fi fi


echo " 🔃" > /tmp/imapsyncicon_"$USER" echo " 🔃" > /tmp/imapsyncicon_"$USER"
pkill -RTMIN+12 i3blocks >/dev/null 2>&1
pkill -RTMIN+12 "$STATUSBAR" >/dev/null 2>&1


# Parallelize multiple accounts # Parallelize multiple accounts
for account in $accounts for account in $accounts
@@ -58,7 +58,7 @@ done


wait wait
rm -f /tmp/imapsyncicon_"$USER" rm -f /tmp/imapsyncicon_"$USER"
pkill -RTMIN+12 i3blocks >/dev/null 2>&1
pkill -RTMIN+12 "$STATUSBAR" >/dev/null 2>&1


notmuch new 2>/dev/null notmuch new 2>/dev/null




Carregando…
Cancelar
Salvar