We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6ef469 commit 1991d1dCopy full SHA for 1991d1d
scripts/weather.sh
@@ -50,7 +50,7 @@ function fetch_weather_information() {
50
# show location, either "true" or "false"
51
function format_weather_info() {
52
local _raw _show_location
53
- _raw="$1"
+ _raw="$1" # e.g. "Rain:+63°F:Houston, Texas, United States"
54
_show_location="$2"
55
56
local _weather _temp _location
0 commit comments