Changed source path to absolute.

This commit is contained in:
Ceda EI 2017-12-30 19:15:19 +05:30
parent d3b97da7e3
commit 320ed21d66
1 changed files with 1 additions and 1 deletions

View File

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