Initial
This commit is contained in:
commit
c8734e660a
392 changed files with 21043 additions and 0 deletions
7
.config/waybar/scripts/prompt_weather.sh
Normal file
7
.config/waybar/scripts/prompt_weather.sh
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
#!/bin/bash
|
||||
file=${RANDOM}
|
||||
echo 'What is your city?:'
|
||||
read city1
|
||||
city2="$(echo ${city1} | sed 's#[[:space:]]#_#g')"
|
||||
|
||||
w3m https://wttr.in/"${city2}"
|
||||
Loading…
Add table
Add a link
Reference in a new issue