From dd0546309e016a9466728c9af378bcf2857808d7 Mon Sep 17 00:00:00 2001 From: Filip Rojek Date: Sat, 6 Dec 2025 21:42:32 +0100 Subject: [PATCH] added autolock --- .config/river/init | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/.config/river/init b/.config/river/init index e7ccdb5..64c32f3 100755 --- a/.config/river/init +++ b/.config/river/init @@ -139,6 +139,22 @@ riverctl map normal Mod1+Shift L spawn 'swaylock \ --effect-blur 7x1 \ --image ~/Pictures/bg-astronaut.jpg' +swayidle \ + timeout 300 'swaylock \ + --clock \ + --indicator-idle-visible \ + --indicator-radius 100 \ + --indicator-thickness 7 \ + --ring-color 2D464D \ + --key-hl-color be5046 \ + --text-color ffffff \ + --line-color 00000000 \ + --inside-color 00000088 \ + --separator-color 00000000 \ + --fade-in 0.2 \ + --effect-blur 7x1 \ + --image ~/Pictures/bg-astronaut.jpg' & + # Various media key mapping examples for both normal and locked mode which do # not have a modifier for mode in normal locked