actually updated slstatus and removed binaries

This commit is contained in:
bacalhau 2025-10-19 19:19:58 +01:00
parent 073fdfd5e8
commit b9ae019df3
12 changed files with 14 additions and 13 deletions

View file

@ -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 ]"},
};