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:
parent
7b0eeba58c
commit
9a696eab13
2
PKGBUILD
2
PKGBUILD
@ -23,7 +23,7 @@ source=("git+https://git.suckless.org/${pkgname%-git}"
|
||||
"${_patches[@]}")
|
||||
|
||||
md5sums=('SKIP'
|
||||
'9916a68f1eb7904a24f72347091d11b9'
|
||||
'535eb182192f4b5ed25be8930788066d'
|
||||
'24ea93ef665decc0315248f62aa65f44'
|
||||
'58404d0af1893f560926daf605a79919'
|
||||
'fc9b31ea31470b6816f1f92c6bc6fa9d'
|
||||
|
10
config.h
10
config.h
@ -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" },
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user