actually updated slstatus and removed binaries
This commit is contained in:
parent
073fdfd5e8
commit
b9ae019df3
12 changed files with 14 additions and 13 deletions
|
|
@ -66,7 +66,8 @@ static const char unknown_str[] = "n/a";
|
|||
*/
|
||||
static const struct arg args[] = {
|
||||
/* function format argument */
|
||||
{ cpu_perc, " 🖳 %s%% ", NULL },
|
||||
{ ram_perc, "| 💾 %s%% ", NULL },
|
||||
{ datetime, "%s", "| 📆%e | 🕒 %H:%M" },
|
||||
// { battery_perc, "[ %s%% ]", "BAT1"},
|
||||
{ cpu_perc, "[ %s%% ]", NULL },
|
||||
{ ram_perc, "[ %s%% ]", NULL },
|
||||
{ datetime, "%s", "[ %02e | %H:%M ]"},
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue