mirror of
https://github.com/tomru/hlwm-config.git
synced 2026-03-03 06:27:20 +01:00
use $HOME
This commit is contained in:
@@ -22,7 +22,7 @@ y=$((${geometry[3]} - $statusbar_height))
|
|||||||
screen_width=${geometry[2]}
|
screen_width=${geometry[2]}
|
||||||
panelGeometry=${geometry[2]}x${statusbar_height}+${x}+${y}
|
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";
|
echo -e "$REPLY";
|
||||||
done > >(uniq_linebuffered) &
|
done > >(uniq_linebuffered) &
|
||||||
childpid=$!
|
childpid=$!
|
||||||
|
|||||||
Reference in New Issue
Block a user