summaryrefslogtreecommitdiffstats
path: root/.local/bin/queueandnotify
diff options
context:
space:
mode:
authorLuke Smith <luke@lukesmith.xyz>2020-04-08 16:50:33 -0400
committerLuke Smith <luke@lukesmith.xyz>2020-04-08 16:50:33 -0400
commitf93cd463a17ce73adeb1f56a57f211690a6c13b1 (patch)
tree2c84b7197ccc2f6c7862653993c276c660946256 /.local/bin/queueandnotify
parentf68f3119c1da3c6229c0c26e41b60f20ce7bc84a (diff)
parentbcbfd066cf90cd5aa83225d468680473b8f66ad6 (diff)
downloadeibhear-f93cd463a17ce73adeb1f56a57f211690a6c13b1.tar.gz
eibhear-f93cd463a17ce73adeb1f56a57f211690a6c13b1.tar.zst
eibhear-f93cd463a17ce73adeb1f56a57f211690a6c13b1.zip
Merge branch 'xdgify' of https://github.com/dennisleexyz/dotfiles into dennisleexyz-xdgify
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