summaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
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" },
};