From 4f51890520210d1e811bfeb4668ff353a9c0b44c Mon Sep 17 00:00:00 2001 From: Chris Sobczak Date: Fri, 3 Jul 2026 02:04:26 -0700 Subject: Update elements --- config.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'config.h') diff --git a/config.h b/config.h index 7723d5a..39d63b8 100644 --- a/config.h +++ b/config.h @@ -4,7 +4,7 @@ const unsigned int interval = 1000; /* text to show if no value can be retrieved */ -static const char unknown_str[] = "?"; +static const char unknown_str[] = ""; /* maximum output string length */ #define MAXLEN 2048 @@ -70,9 +70,9 @@ static const struct arg args[] = { { wifi_perc, "%s ", "wlp3s0" }, { run_command, "Ψ%s ", "/home/chris/assets/scripts/cpu-temp" }, { run_command, "ϕ%s ", "/home/chris/assets/scripts/cpu-scaling rate" }, - { ram_used, "🐏%sGB ", "" }, + { ram_used, "🐏%s ", "" }, { run_command, "⚡%s ", "/home/chris/assets/scripts/power-now" }, { run_command, "🔋%s ", "/home/chris/assets/scripts/battery" }, { run_command, "JPN %s ", "TZ=Japan date '+%H:%M'" }, - { datetime, "PDT %s", "%a %b %d %T" }, + { datetime, "%s", "%Z %a %b %d %T" }, }; -- cgit v1.2.3