Made resolution detection in i3exit.bash more robust.
This commit is contained in:
@@ -16,7 +16,7 @@ log()
|
|||||||
|
|
||||||
lock()
|
lock()
|
||||||
{
|
{
|
||||||
resolution=$(xrandr | grep \* | cut -d " " -f 4)
|
resolution=$(xrandr | grep '*' | awk '{ print $1 }')
|
||||||
log "[I] Resolution found: \"$resolution\""
|
log "[I] Resolution found: \"$resolution\""
|
||||||
lockscreen="$HOME/.i3/data/lockscreen_$resolution.png"
|
lockscreen="$HOME/.i3/data/lockscreen_$resolution.png"
|
||||||
log "[I] Looking for lockscreen at \"$lockscreen\""
|
log "[I] Looking for lockscreen at \"$lockscreen\""
|
||||||
|
|||||||
Reference in New Issue
Block a user