Example
exec --no-startup-id xautolock -time 10 -locker 'i3lock -c ######' &
Replace ###### with a proper color in RRGGBB format.
Thanks.
From the CLI is working (
i3lock -c 2081D5
) but not from the config file:
exec --no-startup-id xautolock -time 10 -locker 'i3lock-fancy -g -p -c 2081D5' &
Above the standard line with only my edit for the color
Ill search for a solution, maybe I can try the indications at
Creating a custom lockscreen with i3lock
https://michaelabrahamsen.com/posts/custom-lockscreen-i3lock/