test
This commit is contained in:
parent
e21cd144f8
commit
24298677c8
1 changed files with 2 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue