summarylogtreecommitdiffstats
path: root/slock-image.patch
diff options
context:
space:
mode:
authorGI_Jack2020-06-18 22:33:24 -0400
committerGI_Jack2020-06-18 22:33:24 -0400
commit7c0332a25af93c29df1579dec0b94d5d8f960603 (patch)
tree5f15fd42a265b37ef68b31ddb89f2bc869176a7f /slock-image.patch
parenta62747c539960e716e51eb13d44473cb884a3644 (diff)
downloadaur-7c0332a25af93c29df1579dec0b94d5d8f960603.tar.gz
tweak slock-image.patch
Diffstat (limited to 'slock-image.patch')
-rw-r--r--slock-image.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/slock-image.patch b/slock-image.patch
index 43ddc0a9684a..de61e7372a47 100644
--- a/slock-image.patch
+++ b/slock-image.patch
@@ -59,7 +59,7 @@
lock->colors[i] = color.pixel;
}
-+ if(image && use_bg_image == 1) {
++ if(image || use_bg_image == 1) {
+ lock->bgmap = XCreatePixmap(dpy, lock->root, DisplayWidth(dpy, lock->screen), DisplayHeight(dpy, lock->screen), DefaultDepth(dpy, lock->screen));
+ imlib_context_set_image(image);
+ imlib_context_set_display(dpy);