Use USCS units for wttr.in

This commit is contained in:
Mahesh Asolkar 2023-07-23 16:53:06 -07:00
parent 120560ddc5
commit b71231d96f

View File

@ -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} \