removed weather from polybar, merged functions in fish
This commit is contained in:
parent
2fa36ed261
commit
7eab7e882f
5 changed files with 4 additions and 1 deletions
3
.config/fish/functions/weather.fish
Normal file
3
.config/fish/functions/weather.fish
Normal file
|
@ -0,0 +1,3 @@
|
|||
function weather --description="Get weather for a given city"
|
||||
curl wttr.in/$argv
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue