From 087452db822df203aae7f2ea1088f01b78a21422 Mon Sep 17 00:00:00 2001 From: Chris Sobczak Date: Sat, 4 Jul 2026 01:52:48 -0700 Subject: Remove some symbols --- config.h | 8 ++++---- 1 file 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" }, }; -- cgit v1.2.3