1
0
mirror of https://github.com/alrayyes/slstatus synced 2023-11-14 15:56:27 +00:00

updated new mail command

This commit is contained in:
Ryan Kes 2019-03-20 17:49:54 +01:00
parent b90f65c3ff
commit 57cc76b7ab
2 changed files with 2 additions and 2 deletions

View File

@ -23,7 +23,7 @@ source=("git+https://git.suckless.org/${pkgname%-git}"
"${_patches[@]}")
md5sums=('SKIP'
'1988bbe621b096322c24074802c0319f'
'eb9d3e01f80ea909f62c5759c1320705'
'24ea93ef665decc0315248f62aa65f44'
'58404d0af1893f560926daf605a79919'
'fc9b31ea31470b6816f1f92c6bc6fa9d'

View File

@ -92,7 +92,7 @@ static const struct arg args[] = {
/* { seperator, "\x1B", NULL }, */
{ run_command, "\x1C  %s ", "pacman -Qu | wc -l" },
/* { seperator, "\x1D", NULL }, */
{ run_command, "\x1E  %s ", "notmuch count +inbox +unread" },
{ run_command, "\x1E  %s ", "notmuch count tag:unread and tag:inbox" },
/* { seperator, "\x1F", NULL },*/
{ datetime, "\x06 﨟 %s", "%d-%m-%Y %T" },
};