diff options
| author | Chris Sobczak <chris@sobczak.family> | 2026-06-30 16:20:39 -0700 |
|---|---|---|
| committer | Chris Sobczak <chris@sobczak.family> | 2026-06-30 16:20:39 -0700 |
| commit | a96caf11b886417daf7b9d7c41df34560e7c10ac (patch) | |
| tree | 4afff026ba4d6266c9f4b17b18ed212d7182f2ed /config.h | |
| parent | 13db1a0a8b7e534ce245103f4d1489293c47332a (diff) | |
Add custom status scripts
Diffstat (limited to 'config.h')
| -rw-r--r-- | config.h | 10 |
1 files changed, 8 insertions, 2 deletions
@@ -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" }, }; |
