this repo has no description
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Fix waybar weather

Ben C a537931a 27fdbee1

+1 -1
+1 -1
res/custom_waybar_modules/weather.nu
··· 137 137 def main [] { 138 138 139 139 let raw = try { 140 - http get https://wttr.in/?format=j1&lang=us 140 + http get https://wttr.in/?format=j1 141 141 } catch { |err| 142 142 error-exit $err.msg; 143 143 }