hyprlock: add grace & update color
This commit is contained in:
parent
2f3d0da8f3
commit
33492afa9c
1 changed files with 2 additions and 1 deletions
|
@ -22,6 +22,7 @@ _: {
|
|||
}
|
||||
];
|
||||
general = {
|
||||
grace = 5;
|
||||
disable_loading_bar = false;
|
||||
hide_cursor = false;
|
||||
no_fade_in = false;
|
||||
|
@ -35,7 +36,7 @@ _: {
|
|||
};
|
||||
outline_thickness = 2;
|
||||
|
||||
outer_color = "rgb(1e1e2e)";
|
||||
outer_color = "rgb(f5c2e7)";
|
||||
inner_color = "rgb(1e1e2e)";
|
||||
font_color = "rgb(cdd6f4)";
|
||||
placeholder_text = ''
|
||||
|
|
Loading…
Reference in a new issue