From b7fc6d1296c879a2c70a011c101b374a0e4788e9 Mon Sep 17 00:00:00 2001 From: Thomas Ruoff Date: Mon, 3 May 2021 23:35:23 +0200 Subject: [PATCH] use $HOME --- statusbar.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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=$!