diff options
| author | brockar <martinnguzman.mg@gmail.com> | 2025-11-09 10:05:45 -0300 |
|---|---|---|
| committer | brockar <martinnguzman.mg@gmail.com> | 2025-11-09 10:05:45 -0300 |
| commit | 0cda1d47c8ff9344ea62bc3741911b3da9367f86 (patch) | |
| tree | 8b292d31fd7a243ef6d889e970463cbdad8ba302 /config | |
| parent | 672aaf336df2a4897c086d84da6fea8611a5ec54 (diff) | |
fix: Weather.py one-off run
Diffstat (limited to 'config')
| -rwxr-xr-x | config/hypr/UserScripts/Weather.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/hypr/UserScripts/Weather.py b/config/hypr/UserScripts/Weather.py index a9a826e1..a6483777 100755 --- a/config/hypr/UserScripts/Weather.py +++ b/config/hypr/UserScripts/Weather.py @@ -44,7 +44,7 @@ class WeatherData: # Examples (zsh): # # One-off run # # WEATHER_UNITS can be "metric" or "imperial" -# WEATHER_UNITS=imperial WEATHER_PLACE="Concord, NH" python3 /home/dwilliams/Projects/Weather.py +# WEATHER_UNITS=imperial WEATHER_PLACE="Concord, NH" python3 ~/.config/hypr/UserScripts/Weather.py # # # Persist in current shell session # export WEATHER_UNITS=imperial |
