fix hyprlock
This commit is contained in:
parent
b60cd331a8
commit
4ad213371d
1 changed files with 51 additions and 50 deletions
|
@ -20,61 +20,62 @@ in {
|
||||||
package = cfg.package;
|
package = cfg.package;
|
||||||
|
|
||||||
settings = {
|
settings = {
|
||||||
general = {
|
general = {
|
||||||
hide_cursor = false;
|
hide_cursor = false;
|
||||||
no_fade_in = true;
|
no_fade_in = true;
|
||||||
no_fade_out = true;
|
no_fade_out = true;
|
||||||
};
|
text_trim = false;
|
||||||
|
};
|
||||||
|
|
||||||
background = [
|
background = [
|
||||||
{
|
{
|
||||||
path = toString ../../assets/lockscreen.png;
|
path = toString ../../assets/lockscreen.png;
|
||||||
blur_passes = 3;
|
blur_passes = 3;
|
||||||
blur_size = 6;
|
blur_size = 6;
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
|
|
||||||
label = [
|
label = [
|
||||||
{
|
{
|
||||||
text = "cmd[update:1000] echo \"$(date +'%H:%M')\"";
|
text = "cmd[update:1000] echo \"$(date +'%H:%M')\"";
|
||||||
font_size = 58;
|
font_size = 58;
|
||||||
color = "rgb(${base05})";
|
color = "rgb(${base05})";
|
||||||
font_family = config.modules.desktop.fonts.fonts.sansSerif.family;
|
font_family = config.modules.desktop.fonts.fonts.sansSerif.family;
|
||||||
position = "0, 30";
|
position = "0, 30";
|
||||||
halign = "center";
|
halign = "center";
|
||||||
valign = "center";
|
valign = "center";
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
text = "cmd[update:1000] echo \"$(date +'%A %B %e')\"";
|
text = "cmd[update:1000] echo \"$(date +'%A %B %e')\"";
|
||||||
font_size = 14;
|
font_size = 14;
|
||||||
color = "rgb(${base05})";
|
color = "rgb(${base05})";
|
||||||
font_family = config.modules.desktop.fonts.fonts.sansSerif.family;
|
font_family = config.modules.desktop.fonts.fonts.sansSerif.family;
|
||||||
position = "0, 10";
|
position = "0, 10";
|
||||||
halign = "center";
|
halign = "center";
|
||||||
valign = "center";
|
valign = "center";
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
|
|
||||||
input-field = [
|
input-field = [
|
||||||
{
|
{
|
||||||
size = "300, 28";
|
size = "300, 28";
|
||||||
outline_thickness = 2;
|
outline_thickness = 2;
|
||||||
dots_size = 0.2;
|
dots_size = 0.2;
|
||||||
fade_on_empty = false;
|
fade_on_empty = false;
|
||||||
placeholder_text = "";
|
placeholder_text = "";
|
||||||
|
|
||||||
outer_color = "rgb(${base0E})";
|
outer_color = "rgb(${base0E})";
|
||||||
inner_color = "rgb(${base00})";
|
inner_color = "rgb(${base00})";
|
||||||
font_color = "rgb(${base05})";
|
font_color = "rgb(${base05})";
|
||||||
check_color = "rgb(${base02})";
|
check_color = "rgb(${base02})";
|
||||||
fail_color = "rgb(${base08})";
|
fail_color = "rgb(${base08})";
|
||||||
capslock_color = "rgb(${base09})";
|
capslock_color = "rgb(${base09})";
|
||||||
|
|
||||||
position = "0, -30";
|
position = "0, -30";
|
||||||
halign = "center";
|
halign = "center";
|
||||||
valign = "center";
|
valign = "center";
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue