mirror of
https://gitlab.com/ceda_ei/i3lock-delta
synced 2025-12-02 22:40:05 +01:00
Changed source path to absolute.
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
# Get the config
|
# Get the config
|
||||||
source box_config
|
source $HOME/i3lock-delta/box_config
|
||||||
|
|
||||||
# Get the resolution
|
# Get the resolution
|
||||||
resolution=`xdpyinfo | grep dimensions | sed 's/dimensions://;;s/ *//g;s/pixels.*//'`
|
resolution=`xdpyinfo | grep dimensions | sed 's/dimensions://;;s/ *//g;s/pixels.*//'`
|
||||||
|
|||||||
Reference in New Issue
Block a user