From 3f9ebedfb3c17251a2a40ff3a95361cd740c5302 Mon Sep 17 00:00:00 2001 From: 2Shirt <2xShirt@gmail.com> Date: Sun, 19 Jan 2020 15:14:30 -0700 Subject: [PATCH] Fixed Conky update script --- setup/linux/include_x/airootfs/etc/skel/.update_conky | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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