Commit b95ee11

David Phillips <dbphillipsnz@gmail.com>
2015-08-27 00:16:25
Don't change to failure colour on success
1 parent 0edbd2e
Changed files (1)
slock.c
@@ -187,7 +187,7 @@ readpw(Display *dpy, const char *pws)
 				break;
 			}
 			color = len ? INPUT : (failure || failonclear ? FAILED : INIT);
-			if (oldc != color) {
+			if (running && oldc != color) {
 				for (screen = 0; screen < nscreens; screen++) {
 					XSetWindowBackground(dpy, locks[screen]->win, locks[screen]->colors[color]);
 					XClearWindow(dpy, locks[screen]->win);