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.*//'`