mirror of
https://github.com/alrayyes/slstatus
synced 2023-11-14 15:56:27 +00:00
removed arch package status
This commit is contained in:
parent
aa3a2acad5
commit
a5294aaba4
2
PKGBUILD
2
PKGBUILD
@ -24,7 +24,7 @@ source=("git+https://git.suckless.org/${pkgname%-git}"
|
||||
"${_patches[@]}")
|
||||
|
||||
md5sums=('SKIP'
|
||||
'3b8269c3e8d46db84137dca1e023d6e0'
|
||||
'bafca2e1b4ddaa30e1b7e48fcff2c514'
|
||||
'24ea93ef665decc0315248f62aa65f44'
|
||||
'58404d0af1893f560926daf605a79919'
|
||||
'fc9b31ea31470b6816f1f92c6bc6fa9d'
|
||||
|
8
config.h
8
config.h
@ -90,9 +90,7 @@ static const struct arg args[] = {
|
||||
/*{ seperator, "\x19", NULL }, */
|
||||
{ temp, "\x1A %s糖 ", "/sys/class/thermal/thermal_zone0/temp" },
|
||||
/* { seperator, "\x1B", NULL }, */
|
||||
{ run_command, "\x1C %s ", "pacman -Qu | wc -l" },
|
||||
/* { seperator, "\x1D", NULL }, */
|
||||
{ run_command, "\x1E %s ", "notmuch count tag:unread and tag:inbox" },
|
||||
/* { seperator, "\x1F", NULL },*/
|
||||
{ datetime, "\x06 﨟 %s", "%d-%m-%Y %T" },
|
||||
{ run_command, "\x1C %s ", "notmuch count tag:unread and tag:inbox" },
|
||||
/* { seperator, "\x1D", NULL },*/
|
||||
{ datetime, "\x1E 﨟 %s", "%d-%m-%Y %T" },
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user