diff options
| author | Chris Sobczak <chris@sobczak.family> | 2026-07-03 02:04:26 -0700 |
|---|---|---|
| committer | Chris Sobczak <chris@sobczak.family> | 2026-07-12 12:57:29 -0700 |
| commit | 4f51890520210d1e811bfeb4668ff353a9c0b44c (patch) | |
| tree | 14e96713b792b5f1119a0ed7a3dac447bcaef324 /config.h | |
| parent | 11a70405c56ce1bd5b6f60f368643d16000f22e2 (diff) | |
Update elements
Diffstat (limited to 'config.h')
| -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" }, }; |
