This commit is contained in:
iFargle 2023-08-18 20:59:31 +09:00
parent e21cd144f8
commit 24298677c8

View file

@ -1,13 +1,14 @@
{ pkgs, config, ... }: {
programs.swaylock = {
enable = true;
# swaylock-effects has extra effects like image blur and stuff.
package = pkgs.swaylock-effects;
settings = {
color = "ffd20400";
font-size = 96;
show-failed-attempts = true;
effect-blur = "80x4";
effect-vignette = "0.5:0.2";
effect-vignette = "0.7:0.2";
screenshots = true;
clock = true;