From 87398e43908c1ac9d89cc209ca2e2070a74e9236 Mon Sep 17 00:00:00 2001 From: Ivan Bushchik Date: Thu, 8 Dec 2022 18:15:43 +0300 Subject: [PATCH] sway: lock.sh: fix bg color --- configs/sway/lock.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configs/sway/lock.sh b/configs/sway/lock.sh index 5ee8f0d..a736e5c 100755 --- a/configs/sway/lock.sh +++ b/configs/sway/lock.sh @@ -4,6 +4,6 @@ swayidle \ timeout 10 'swaymsg "output * dpms off" && brightnessctl -d kbd_backlight set 0%' \ resume 'swaymsg "output * dpms on" && brightnessctl -d kbd_backlight set 30%' & # Locks the screen immediately -swaylock -i ~/.config/sway/magenta_blue.png -s stretch --font JetBrains\ Mono +swaylock -c 181924 -s stretch --font JetBrains\ Mono # Kills last background task so idle timer doesn't keep running kill %%