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

re ordered bars and added arch updatable package count

This commit is contained in:
Ryan Kes 2019-03-17 16:34:46 +01:00
parent 7b0eeba58c
commit 9a696eab13
2 changed files with 7 additions and 5 deletions

View File

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

View File

@ -84,11 +84,13 @@ static const struct arg args[] = {
/* { seperator, "\x13", NULL }, */
{ ram_perc, "\x14  %s%% ", NULL },
/* { seperator, "\x15", NULL }, */
{ load_avg, "\x16  %s ", NULL },
/* { seperator, "\x17", NULL }, */
{ cpu_perc, "\x18  %s%% ", NULL },
{ cpu_perc, "\x16  %s%% ", NULL },
/* { seperator, "\x17 ", NULL }, */
{ load_avg, "\x18  %s ", NULL },
/*{ seperator, "\x19", NULL }, */
{ temp, "\x1A  %s糖 ", "/sys/class/thermal/thermal_zone0/temp" },
/* { seperator, "\x1B", NULL }, */
{ datetime, "\x1C 﨟 %s", "%d-%m-%Y %T" },
{ run_command, "\x1C  %s ", "pacman -Qu | wc -l" },
/* { seperator, "\x1D", NULL },*/
{ datetime, "\x1E 﨟 %s", "%d-%m-%Y %T" },
};