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, ... }: {
|
{ pkgs, config, ... }: {
|
||||||
programs.swaylock = {
|
programs.swaylock = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
# swaylock-effects has extra effects like image blur and stuff.
|
||||||
package = pkgs.swaylock-effects;
|
package = pkgs.swaylock-effects;
|
||||||
settings = {
|
settings = {
|
||||||
color = "ffd20400";
|
color = "ffd20400";
|
||||||
font-size = 96;
|
font-size = 96;
|
||||||
show-failed-attempts = true;
|
show-failed-attempts = true;
|
||||||
effect-blur = "80x4";
|
effect-blur = "80x4";
|
||||||
effect-vignette = "0.5:0.2";
|
effect-vignette = "0.7:0.2";
|
||||||
screenshots = true;
|
screenshots = true;
|
||||||
|
|
||||||
clock = true;
|
clock = true;
|
||||||
|
|
Loading…
Add table
Reference in a new issue