From 320ed21d66c220151867267ebc94241d1d294837 Mon Sep 17 00:00:00 2001 From: Ceda EI <19731116+Ceda-EI@users.noreply.github.com> Date: Sat, 30 Dec 2017 19:15:19 +0530 Subject: [PATCH] Changed source path to absolute. --- download_daemon | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/download_daemon b/download_daemon index 0720c50..45c86ba 100755 --- a/download_daemon +++ b/download_daemon @@ -1,6 +1,6 @@ #!/usr/bin/env bash # Get the config -source box_config +source $HOME/i3lock-delta/box_config # Get the resolution resolution=`xdpyinfo | grep dimensions | sed 's/dimensions://;;s/ *//g;s/pixels.*//'`