1
0
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:
Ryan Kes 2019-04-13 20:30:31 +02:00
parent aa3a2acad5
commit a5294aaba4
2 changed files with 4 additions and 6 deletions

View File

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

View File

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