summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Sobczak <chris@sobczak.family>2026-07-03 02:04:26 -0700
committerChris Sobczak <chris@sobczak.family>2026-07-12 12:57:29 -0700
commit4f51890520210d1e811bfeb4668ff353a9c0b44c (patch)
tree14e96713b792b5f1119a0ed7a3dac447bcaef324
parent11a70405c56ce1bd5b6f60f368643d16000f22e2 (diff)
Update elements
-rw-r--r--config.h6
1 files changed, 3 insertions, 3 deletions
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" },
};