From a96caf11b886417daf7b9d7c41df34560e7c10ac Mon Sep 17 00:00:00 2001 From: Chris Sobczak Date: Tue, 30 Jun 2026 16:20:39 -0700 Subject: Add custom status scripts --- config.h | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'config.h') diff --git a/config.h b/config.h index 100093e..c352569 100644 --- a/config.h +++ b/config.h @@ -65,6 +65,12 @@ static const char unknown_str[] = "n/a"; * wifi_perc WiFi signal in percent interface name (wlan0) */ static const struct arg args[] = { - /* function format argument */ - { datetime, "%s", "%F %T" }, + /* function format argument */ + { run_command, " 🌐%s | ", "/home/chris/assets/scripts/traffic" }, + { run_command, "Ψ%s | ", "/home/chris/assets/scripts/cpu-temp" }, + { run_command, "ϕ%s | ", "/home/chris/assets/scripts/cpu-scaling rate" }, + { 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, "%s", "%a %b %d %T" }, }; -- cgit v1.2.3