diff --git a/statusbar.sh b/statusbar.sh index c76fcbe..65c0c20 100755 --- a/statusbar.sh +++ b/statusbar.sh @@ -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=$!