summaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
authorChris Sobczak <chris@sobczak.family>2026-07-03 01:47:51 -0700
committerChris Sobczak <chris@sobczak.family>2026-07-12 12:57:29 -0700
commit11a70405c56ce1bd5b6f60f368643d16000f22e2 (patch)
tree88f8998aea1a9e728d7112c5e0ac62eee2f3919b /config.h
parent7d761d643a02ff0aa89ef3f05b08c55ab48946bf (diff)
add some
Diffstat (limited to 'config.h')
-rw-r--r--config.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/config.h b/config.h
index f71ef50..7723d5a 100644
--- a/config.h
+++ b/config.h
@@ -67,8 +67,10 @@ static const char unknown_str[] = "?";
static const struct arg args[] = {
/* function format argument */
{ run_command, " 🌐%s ", "/home/chris/assets/scripts/traffic" },
+ { 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 ", "" },
{ 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'" },