mirror of
https://github.com/alrayyes/slstatus.git
synced 2024-11-22 03:26:23 +00:00
added new email bar
This commit is contained in:
parent
8fd3bc0c58
commit
f8e8f57be2
2 changed files with 5 additions and 3 deletions
2
PKGBUILD
2
PKGBUILD
|
@ -23,7 +23,7 @@ source=("git+https://git.suckless.org/${pkgname%-git}"
|
||||||
"${_patches[@]}")
|
"${_patches[@]}")
|
||||||
|
|
||||||
md5sums=('SKIP'
|
md5sums=('SKIP'
|
||||||
'535eb182192f4b5ed25be8930788066d'
|
'90a3c38cdf9e2ac29a94d744a251368f'
|
||||||
'24ea93ef665decc0315248f62aa65f44'
|
'24ea93ef665decc0315248f62aa65f44'
|
||||||
'58404d0af1893f560926daf605a79919'
|
'58404d0af1893f560926daf605a79919'
|
||||||
'fc9b31ea31470b6816f1f92c6bc6fa9d'
|
'fc9b31ea31470b6816f1f92c6bc6fa9d'
|
||||||
|
|
4
config.h
4
config.h
|
@ -92,5 +92,7 @@ static const struct arg args[] = {
|
||||||
/* { seperator, "\x1B", NULL }, */
|
/* { seperator, "\x1B", NULL }, */
|
||||||
{ run_command, "\x1C %s ", "pacman -Qu | wc -l" },
|
{ run_command, "\x1C %s ", "pacman -Qu | wc -l" },
|
||||||
/* { seperator, "\x1D", NULL }, */
|
/* { seperator, "\x1D", NULL }, */
|
||||||
{ datetime, "\x1E 﨟 %s", "%d-%m-%Y %T" },
|
{ run_command, "\x1E %s ", "notmuch count tag:new" },
|
||||||
|
/* { seperator, "\x1F", NULL },*/
|
||||||
|
{ datetime, "\x20 﨟 %s", "%d-%m-%Y %T" },
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue