diff options
| author | Ja.KooLit <85185940+JaKooLit@users.noreply.github.com> | 2025-05-25 10:21:54 -0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-05-25 10:21:54 -0200 |
| commit | 38f4e43d7ede21b79698073b9854d26276b1fb03 (patch) | |
| tree | 76081ce3454f22c2c20994a022b277d82634169c /config/hypr/UserScripts | |
| parent | 748492a94d889d71b195053175605b624ee586e9 (diff) | |
| parent | cd9d02816793a1330dfcb4eb597c1d47593ba1f3 (diff) | |
Merge pull request #711 from JaKooLit/main
Main to Development
Diffstat (limited to 'config/hypr/UserScripts')
| -rwxr-xr-x | config/hypr/UserScripts/Weather.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/hypr/UserScripts/Weather.sh b/config/hypr/UserScripts/Weather.sh index 0294e042..9bdaff4a 100755 --- a/config/hypr/UserScripts/Weather.sh +++ b/config/hypr/UserScripts/Weather.sh @@ -84,4 +84,4 @@ echo -e "{\"text\":\""$temperature $condition"\", \"alt\":\""${weather[0]}"\", \ cached_weather=" $temperature \n$condition ${weather[1]}" -echo -e $cached_weather > "$HOME/.cache/.weather_cache" +echo -e $cached_weather > "$HOME/.cache/.weather_cache"
\ No newline at end of file |
