From 11a70405c56ce1bd5b6f60f368643d16000f22e2 Mon Sep 17 00:00:00 2001 From: Chris Sobczak Date: Fri, 3 Jul 2026 01:47:51 -0700 Subject: add some --- config.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'config.h') 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'" }, -- cgit v1.2.3