summaryrefslogtreecommitdiff
path: root/wrocwttr
diff options
context:
space:
mode:
authorfilip <“filip.rabiega@gmail.com”>2026-02-14 17:18:10 +0100
committerfilip <“filip.rabiega@gmail.com”>2026-02-14 17:18:10 +0100
commitd1ec85edcfb34f40f35759f59e66f2205d905aae (patch)
tree3707fbf2fae5eb07fbfc2e3c42ffb6aafa436e66 /wrocwttr
parent0dea101a038ba195048b4d0bc704f203d9cd1316 (diff)
downloadchadscripts-d1ec85edcfb34f40f35759f59e66f2205d905aae.tar.gz
chadscripts-d1ec85edcfb34f40f35759f59e66f2205d905aae.tar.bz2
chadscripts-d1ec85edcfb34f40f35759f59e66f2205d905aae.zip
add se texclear samedir openmd installfont fzo drecord
Diffstat (limited to 'wrocwttr')
-rwxr-xr-xwrocwttr2
1 files changed, 1 insertions, 1 deletions
diff --git a/wrocwttr b/wrocwttr
index 727a464..9f29f48 100755
--- a/wrocwttr
+++ b/wrocwttr
@@ -2,7 +2,7 @@
# Check the temperature in Wrocław, Poland
CITY="Wroc%C5%82aw"
-CACHE_DIR="$HOME/.cache/weather"
+CACHE_DIR="${XDG_CACHE_HOME:-$HOME/.cache}/weather"
FILE="$CACHE_DIR/wroc.txt"
mkdir -p "$CACHE_DIR"