diff options
| author | JaKooLit <jimmielovejay@gmail.com> | 2023-10-22 19:06:52 +0900 |
|---|---|---|
| committer | JaKooLit <jimmielovejay@gmail.com> | 2023-10-22 19:06:52 +0900 |
| commit | f211250a566fd7acc583cecba055c2de468f4304 (patch) | |
| tree | c3106fc12937ae409fe75cebcd678c059cb4bf11 /config/hypr/scripts/Weather.sh | |
| parent | 1c37ed3b08c449ac279ebb7e98e565785c84b1ae (diff) | |
Corrected Default City for the weather
Diffstat (limited to 'config/hypr/scripts/Weather.sh')
| -rwxr-xr-x | config/hypr/scripts/Weather.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/hypr/scripts/Weather.sh b/config/hypr/scripts/Weather.sh index f778425f..40048710 100755 --- a/config/hypr/scripts/Weather.sh +++ b/config/hypr/scripts/Weather.sh @@ -1,6 +1,6 @@ #!/bin/bash -city=Busan +city= cachedir=~/.cache/rbn cachefile=${0##*/}-$1 |
