summaryrefslogtreecommitdiffstats
path: root/.local/bin/queueandnotify
diff options
context:
space:
mode:
authorDennis Lee <dennis@dennislee.xyz>2020-04-04 12:52:29 -0700
committerDennis Lee <dennis@dennislee.xyz>2020-04-04 12:52:29 -0700
commit2b572b2a89de8aca631de686e25f2f5d306a91bd (patch)
tree5859352fc120f92880a472bc4e0805dcae238803 /.local/bin/queueandnotify
parentfa67562835fc4cfd8f87c2abc622b9c1b4358ffe (diff)
downloadeibhear-2b572b2a89de8aca631de686e25f2f5d306a91bd.tar.gz
eibhear-2b572b2a89de8aca631de686e25f2f5d306a91bd.tar.zst
eibhear-2b572b2a89de8aca631de686e25f2f5d306a91bd.zip
substitute $HOME/.local/share with $XDG_DATA_HOME
Diffstat (limited to '.local/bin/queueandnotify')
-rwxr-xr-x.local/bin/queueandnotify2
1 files changed, 1 insertions, 1 deletions
diff --git a/.local/bin/queueandnotify b/.local/bin/queueandnotify
index 867b15e..24746c8 100755
--- a/.local/bin/queueandnotify
+++ b/.local/bin/queueandnotify
@@ -3,7 +3,7 @@
# Podboat sucks. This script replaces it.
# It reads the newsboat queue, queuing downloads with taskspooler.
# It also removes the junk from extentions.
-queuefile="$HOME/.local/share/newsboat/queue"
+queuefile="$XDG_DATA_HOME/newsboat/queue"
while read -r line; do
[ -z "$line" ] && continue