diff --git a/setup/linux/include_x/airootfs/etc/skel/.update_conky b/setup/linux/include_x/airootfs/etc/skel/.update_conky index b97a86c1..914e00d8 100755 --- a/setup/linux/include_x/airootfs/etc/skel/.update_conky +++ b/setup/linux/include_x/airootfs/etc/skel/.update_conky @@ -26,7 +26,7 @@ sed -i -r "s/#Network//" "${CONFIG_NEW}" # Fix under i3 if ! [[ "${I3SOCK:-}" == "" ]]; then - sed -i -r 's/(own_window_type)(.*)(desktop)/\1\2override/' "${CONKY_NEW}" + sed -i -r 's/(own_window_type)(.*)(desktop)/\1\2override/' "${CONFIG_NEW}" fi # Replace config if there were changes