From b71231d96f2141c8429b44cf9f61ab9cad0d3b33 Mon Sep 17 00:00:00 2001 From: Mahesh Asolkar Date: Sun, 23 Jul 2023 16:53:06 -0700 Subject: [PATCH] Use USCS units for wttr.in --- user.conkyrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/user.conkyrc b/user.conkyrc index c106ffc..4bd06a7 100644 --- a/user.conkyrc +++ b/user.conkyrc @@ -45,7 +45,7 @@ ${if_existing /sys/class/net/enp3s0/operstate up}🌎 ${addr enp3s0}${else}\ ${if_existing /sys/class/net/wlp4s0/operstate up}📶 ${addr wlp4s0}${else}\ ${if_up eth0}🌎 ${addr eth0}${else}\ network down ${endif}${endif}${endif} \ -${execi 600 curl wttr.in/~45.54,-122.83?format="%c%t"} \ +${execi 600 curl 'wttr.in/~45.54,-122.83?u&format=%c%t'} \ 🔊 ${execi 10 amixer get Master | tail -1 | sed 's/.*\[\([0-9]*%\)\].*/\1/'} \ 🔋 ${battery_percent}% \ 📅 ${time %Y %h %d} \