summaryrefslogtreecommitdiffstats
path: root/.local/bin/podentr
diff options
context:
space:
mode:
Diffstat (limited to '.local/bin/podentr')
-rwxr-xr-x.local/bin/podentr2
1 files changed, 1 insertions, 1 deletions
diff --git a/.local/bin/podentr b/.local/bin/podentr
index e765c58..e2fec46 100755
--- a/.local/bin/podentr
+++ b/.local/bin/podentr
@@ -4,4 +4,4 @@
[ "$(pgrep -x $(basename $0) | wc -l)" -gt 2 ] && exit
-echo ~/.local/share/newsboat/queue | entr -p queueandnotify 2>/dev/null
+echo ${XDG_DATA_HOME:$HOME/.local/share}/newsboat/queue | entr -p queueandnotify 2>/dev/null