use $HOME

This commit is contained in:
Thomas Ruoff
2021-05-03 23:35:23 +02:00
parent 791e6dc899
commit b7fc6d1296

View File

@@ -22,7 +22,7 @@ y=$((${geometry[3]} - $statusbar_height))
screen_width=${geometry[2]}
panelGeometry=${geometry[2]}x${statusbar_height}+${x}+${y}
{
conky -c /home/idon/.config/herbstluftwm/conkyrc | while read -r; do
conky -c $HOME/.config/herbstluftwm/conkyrc | while read -r; do
echo -e "$REPLY";
done > >(uniq_linebuffered) &
childpid=$!