slstatus

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit 90157364a64bca91c0b101f1370c1b6d6dd1a555
parent 23bf1245a7b5f427c3269d1d342230d31db579ec
Author: bdmfegys@duck.com <bdmfegys@duck.com>
Date:   Sat,  4 May 2024 01:06:25 -0400

config.def.h: add divider to beginning of ram function format

Diffstat:
Mconfig.def.h | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/config.def.h b/config.def.h @@ -66,7 +66,7 @@ static const char unknown_str[] = "n/a"; */ static const struct arg args[] = { /* function format argument */ - { ram_used, "\uefc5 %s|", NULL }, + { ram_used, "|\uefc5 %s|", NULL }, { cpu_perc, "\uf4bc %s%%|", NULL }, { disk_free, "\uf0a0 %s|", "/" }, //{ netspeed_rx, "\uf1eb %s|", "wlan0"},