mirror of
https://github.com/tomru/hlwm-config.git
synced 2026-03-02 22:17:20 +01:00
use $HOME
This commit is contained in:
@@ -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=$!
|
||||
|
||||
Reference in New Issue
Block a user