From b755d014bf5fcf0e1c41df811ffd0f7eb59dace5 Mon Sep 17 00:00:00 2001 From: filip <“filip.rabiega@gmail.com”> Date: Thu, 10 Jul 2025 15:44:51 +0200 Subject: my slstatus --- config.def.h | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'config.def.h') diff --git a/config.def.h b/config.def.h index 100093e..06515a1 100644 --- a/config.def.h +++ b/config.def.h @@ -66,5 +66,11 @@ static const char unknown_str[] = "n/a"; */ static const struct arg args[] = { /* function format argument */ - { datetime, "%s", "%F %T" }, + { username, "%s ", "%s" }, + { cpu_perc, "CPU: %s, ", "/" }, + { wifi_essid, "%s: ", "wlp3s0"}, + { wifi_perc, "%s, ", "wlp3s0"}, + { ram_perc, "RAM: %s, ", NULL }, + { battery_perc, "Power: %s, ", "BAT1" }, + { datetime, "%s", "%F %T" }, }; -- cgit v1.2.3