summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Sobczak <chris@sobczak.family>2026-06-30 16:20:39 -0700
committerChris Sobczak <chris@sobczak.family>2026-06-30 16:20:39 -0700
commita96caf11b886417daf7b9d7c41df34560e7c10ac (patch)
tree4afff026ba4d6266c9f4b17b18ed212d7182f2ed
parent13db1a0a8b7e534ce245103f4d1489293c47332a (diff)
Add custom status scripts
-rw-r--r--config.h10
1 files changed, 8 insertions, 2 deletions
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" },
};