mirror of
https://github.com/nix-community/home-manager.git
synced 2025-11-08 19:46:05 +01:00
hyprlock: update example config
Some breaking changes from upstream Signed-off-by: Austin Horstman <khaneliman12@gmail.com>
This commit is contained in:
parent
e88671567b
commit
0daef6fbe0
1 changed files with 13 additions and 3 deletions
|
|
@ -59,10 +59,20 @@ in
|
||||||
example = lib.literalExpression ''
|
example = lib.literalExpression ''
|
||||||
{
|
{
|
||||||
general = {
|
general = {
|
||||||
disable_loading_bar = true;
|
|
||||||
grace = 300;
|
|
||||||
hide_cursor = true;
|
hide_cursor = true;
|
||||||
no_fade_in = false;
|
ignore_empty_input = true;
|
||||||
|
};
|
||||||
|
|
||||||
|
animations = {
|
||||||
|
enabled = true;
|
||||||
|
fade_in = {
|
||||||
|
duration = 300;
|
||||||
|
bezier = "easeOutQuint";
|
||||||
|
};
|
||||||
|
fade_out = {
|
||||||
|
duration = 300;
|
||||||
|
bezier = "easeOutQuint";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
background = [
|
background = [
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue