summaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
authorChris Sobczak <chris@sobczak.family>2026-07-04 01:52:48 -0700
committerChris Sobczak <chris@sobczak.family>2026-07-12 12:57:29 -0700
commit087452db822df203aae7f2ea1088f01b78a21422 (patch)
tree2252b3923b1b4a9169f1c76a7675c263ffe2255f /config.h
parent4f51890520210d1e811bfeb4668ff353a9c0b44c (diff)
Remove some symbols
Diffstat (limited to 'config.h')
-rw-r--r--config.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/config.h b/config.h
index 39d63b8..a22eff7 100644
--- a/config.h
+++ b/config.h
@@ -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" },
};