hypridle: modify config
Signed-off-by: Myned <dev@bjork.tech>
This commit is contained in:
parent
20443ed5fc
commit
966ad57cb8
1 changed files with 3 additions and 2 deletions
|
@ -23,16 +23,17 @@ in {
|
||||||
enable_fingerprint = true; # Enter not required
|
enable_fingerprint = true; # Enter not required
|
||||||
fingerprint_present_message = "<span foreground='##d33682'></span>";
|
fingerprint_present_message = "<span foreground='##d33682'></span>";
|
||||||
fingerprint_ready_message = "";
|
fingerprint_ready_message = "";
|
||||||
grace = 5 * 60; # Seconds
|
#// grace = 60; # Seconds
|
||||||
#// hide_cursor = true;
|
#// hide_cursor = true;
|
||||||
ignore_empty_input = true;
|
ignore_empty_input = true;
|
||||||
|
immediate_render = true;
|
||||||
no_fade_in = true; # Fix suspend interrupting animation
|
no_fade_in = true; # Fix suspend interrupting animation
|
||||||
};
|
};
|
||||||
|
|
||||||
background = {
|
background = {
|
||||||
blur_passes = 5;
|
blur_passes = 5;
|
||||||
color = "rgb(073642)"; # Fallback
|
color = "rgb(073642)"; # Fallback
|
||||||
path = "/tmp/wallpaper.png";
|
path = mkIf config.custom.wallpaper "/tmp/wallpaper.png";
|
||||||
};
|
};
|
||||||
|
|
||||||
input-field = {
|
input-field = {
|
||||||
|
|
Loading…
Add table
Reference in a new issue