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 = {
|
general = {
|
||||||
|
grace = 5;
|
||||||
disable_loading_bar = false;
|
disable_loading_bar = false;
|
||||||
hide_cursor = false;
|
hide_cursor = false;
|
||||||
no_fade_in = false;
|
no_fade_in = false;
|
||||||
|
@ -35,7 +36,7 @@ _: {
|
||||||
};
|
};
|
||||||
outline_thickness = 2;
|
outline_thickness = 2;
|
||||||
|
|
||||||
outer_color = "rgb(1e1e2e)";
|
outer_color = "rgb(f5c2e7)";
|
||||||
inner_color = "rgb(1e1e2e)";
|
inner_color = "rgb(1e1e2e)";
|
||||||
font_color = "rgb(cdd6f4)";
|
font_color = "rgb(cdd6f4)";
|
||||||
placeholder_text = ''
|
placeholder_text = ''
|
||||||
|
|
Loading…
Reference in a new issue