From 48e4b9db44639ed36a4df5814a024193eab76376 Mon Sep 17 00:00:00 2001 From: Joakim Hulthe Date: Wed, 8 Nov 2023 22:55:02 +0100 Subject: [PATCH] screenlock: Default color if image blur didn't work --- tree/.local/bin/screenlock.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tree/.local/bin/screenlock.tpl b/tree/.local/bin/screenlock.tpl index 95ed529..90d254b 100755 --- a/tree/.local/bin/screenlock.tpl +++ b/tree/.local/bin/screenlock.tpl @@ -43,5 +43,5 @@ end wait -$LOCKPROG --config $HOME/.config/sway/swaylock.config $images +$LOCKPROG --color "302f3b" --config $HOME/.config/sway/swaylock.config $images