1
0
Fork 0
mirror of https://github.com/nix-community/home-manager.git synced 2025-12-06 17:11:03 +01:00
This commit is contained in:
khaneliman 2025-07-27 12:04:46 +00:00
parent 9095232de9
commit bc2605cfdc

View file

@ -36468,10 +36468,20 @@ Hyprlock configuration value</p>
<p><span class="emphasis"><em>Example:</em></span></p><pre><code class="programlisting">{
general = {
disable_loading_bar = true;
grace = 300;
hide_cursor = true;
no_fade_in = false;
ignore_empty_input = true;
};
animations = {
enabled = true;
fade_in = {
duration = 300;
bezier = &quot;easeOutQuint&quot;;
};
fade_out = {
duration = 300;
bezier = &quot;easeOutQuint&quot;;
};
};
background = [