aboutsummaryrefslogtreecommitdiffstats
path: root/config/hypr/UserScripts/Weather.sh
diff options
context:
space:
mode:
authorJa.KooLit <85185940+JaKooLit@users.noreply.github.com>2025-05-20 15:48:58 +0000
committerGitHub <noreply@github.com>2025-05-20 15:48:58 +0000
commitddcc6d59e24e334d1d8cd812170a133e591f98bf (patch)
tree5eadf581be0ac201cc7a433fc05a688d6a8e14ab /config/hypr/UserScripts/Weather.sh
parent2c59d4521a9a610a590876db94b176afeb5b26d8 (diff)
parent359f04a969f4e4c729a6d5d44b26639073497857 (diff)
Merge pull request #702 from JaKooLit/merge-fix
main to development
Diffstat (limited to 'config/hypr/UserScripts/Weather.sh')
-rwxr-xr-xconfig/hypr/UserScripts/Weather.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/config/hypr/UserScripts/Weather.sh b/config/hypr/UserScripts/Weather.sh
index f5bf9fa9..0294e042 100755
--- a/config/hypr/UserScripts/Weather.sh
+++ b/config/hypr/UserScripts/Weather.sh
@@ -4,7 +4,7 @@
# Remember to add city
city=
-cachedir="~/.cache/rbn"
+cachedir="$HOME/.cache/rbn"
cachefile=${0##*/}-$1
if [ ! -d $cachedir ]; then
@@ -84,4 +84,4 @@ echo -e "{\"text\":\""$temperature $condition"\", \"alt\":\""${weather[0]}"\", \
cached_weather=" $temperature \n$condition ${weather[1]}"
-echo -e $cached_weather > "~/.cache/.weather_cache" \ No newline at end of file
+echo -e $cached_weather > "$HOME/.cache/.weather_cache"
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage