diff options
| -rw-r--r-- | config.h | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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" }, }; |
