diff options
| author | Chris Sobczak <chris@sobczak.family> | 2026-07-04 01:52:48 -0700 |
|---|---|---|
| committer | Chris Sobczak <chris@sobczak.family> | 2026-07-12 12:57:29 -0700 |
| commit | 087452db822df203aae7f2ea1088f01b78a21422 (patch) | |
| tree | 2252b3923b1b4a9169f1c76a7675c263ffe2255f | |
| parent | 4f51890520210d1e811bfeb4668ff353a9c0b44c (diff) | |
Remove some symbols
| -rw-r--r-- | config.h | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -66,13 +66,13 @@ static const char unknown_str[] = ""; */ static const struct arg args[] = { /* function format argument */ - { run_command, " 🌐%s ", "/home/chris/assets/scripts/traffic" }, + { 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-temp" }, { run_command, "ϕ%s ", "/home/chris/assets/scripts/cpu-scaling rate" }, { ram_used, "🐏%s ", "" }, - { run_command, "⚡%s ", "/home/chris/assets/scripts/power-now" }, - { run_command, "🔋%s ", "/home/chris/assets/scripts/battery" }, + { 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", "%Z %a %b %d %T" }, }; |
