removed weather from polybar, merged functions in fish

This commit is contained in:
Tiago Sousa 2023-10-31 19:14:06 +00:00
parent 2fa36ed261
commit 7eab7e882f
5 changed files with 4 additions and 1 deletions

View file

@ -0,0 +1,3 @@
function weather --description="Get weather for a given city"
curl wttr.in/$argv
end