summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAmbrose <me@librelife.org>2026-01-11 20:26:29 -0500
committerAmbrose <me@librelife.org>2026-01-11 20:26:29 -0500
commit209d56fe360d22a40358feb7e07be232cf8d5ad1 (patch)
tree2ac6586bf381f1072a7f87ec835a2415b635bd50
parentbe114aee5ee4c672315c4eab5357e30e6cd063cb (diff)
Switched to Celsius
-rw-r--r--blocks.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/blocks.h b/blocks.h
index 2e4f85c..b1c0ee1 100644
--- a/blocks.h
+++ b/blocks.h
@@ -12,7 +12,7 @@ static const Block blocks[] = {
{"Vol: ", "sb-volume", 1, SIG},
{"CPU: ", "sb-cpuusage", 1, 0},
{"Mem: ", "sb-memory", 1, 0},
- {"Temp: ", "sb-cputemp -f", 1, 0},
+ {"Temp: ", "sb-cputemp", 1, 0},
//{"IP: ", "sb-network", 1, 0},
//{"Bat: ", "sb-battery", 60, 0},
{"", "date '+%b %d, %I:%M %p'", 1, 0},