Alacritty
This commit is contained in:
parent
1404d5aaab
commit
f49c967450
11 changed files with 1552 additions and 9 deletions
8
config/scripts/wttr
Executable file
8
config/scripts/wttr
Executable file
|
@ -0,0 +1,8 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
# change Paris to your default location
|
||||
request="v2.wttr.in/$1"
|
||||
[ "$(tput cols)" -lt 125 ] && request+='?n'
|
||||
curl -H "Accept-Language: ${LANG%_*}" --compressed "$request"
|
||||
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue