mirror of
https://github.com/alrayyes/slstatus
synced 2023-11-14 15:56:27 +00:00
updated mailbox unread command
This commit is contained in:
parent
0f8eb81ccb
commit
b90f65c3ff
2
PKGBUILD
2
PKGBUILD
@ -23,7 +23,7 @@ source=("git+https://git.suckless.org/${pkgname%-git}"
|
||||
"${_patches[@]}")
|
||||
|
||||
md5sums=('SKIP'
|
||||
'f27b51e12f56e71eff6225ff9dab5661'
|
||||
'1988bbe621b096322c24074802c0319f'
|
||||
'24ea93ef665decc0315248f62aa65f44'
|
||||
'58404d0af1893f560926daf605a79919'
|
||||
'fc9b31ea31470b6816f1f92c6bc6fa9d'
|
||||
|
2
config.h
2
config.h
@ -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 tag:new" },
|
||||
{ run_command, "\x1E %s ", "notmuch count +inbox +unread" },
|
||||
/* { seperator, "\x1F", NULL },*/
|
||||
{ datetime, "\x06 﨟 %s", "%d-%m-%Y %T" },
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user