Skip to content

Commit

Permalink
update slstatus mem icon
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisTitusTech committed Sep 28, 2024
1 parent 33fb741 commit d660f51
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion slstatus/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ static const char unknown_str[] = "n/a";
static const struct arg args[] = {
/* function format argument */
{ cpu_perc, "  %s%%", NULL },
{ ram_used, " %s", NULL },
{ ram_used, " %s", NULL },
{ ram_total, "/%s", NULL },
{ datetime, "  %s", "%m-%d-%Y %I:%M:%S %p " },
};
Binary file modified slstatus/slstatus
Binary file not shown.

0 comments on commit d660f51

Please sign in to comment.