diff options
| author | Ambrose <me@librelife.org> | 2026-01-11 20:26:29 -0500 |
|---|---|---|
| committer | Ambrose <me@librelife.org> | 2026-01-11 20:26:29 -0500 |
| commit | 209d56fe360d22a40358feb7e07be232cf8d5ad1 (patch) | |
| tree | 2ac6586bf381f1072a7f87ec835a2415b635bd50 | |
| parent | be114aee5ee4c672315c4eab5357e30e6cd063cb (diff) | |
Switched to Celsius
| -rw-r--r-- | blocks.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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}, |