feat: hyprlock a little more me
This commit is contained in:
parent
646fdbec7e
commit
de9c06ec1b
2 changed files with 29 additions and 15 deletions
|
|
@ -17,20 +17,34 @@
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
|
|
||||||
input-field = [
|
shape = [
|
||||||
{
|
{
|
||||||
size = "200, 50";
|
|
||||||
position = "0, -80";
|
|
||||||
monitor = "";
|
monitor = "";
|
||||||
dots_center = true;
|
size = "360, 360";
|
||||||
fade_on_empty = false;
|
color = "rgb(40, 40, 40)";
|
||||||
font_color = "rgb(235, 219, 178)";
|
rounding = -1;
|
||||||
inner_color = "rgb(40, 40, 40)";
|
border_size = 8;
|
||||||
outer_color = "rgb(235, 219, 178)";
|
border_color = "rgb(235, 219, 178)";
|
||||||
check_color = "rgb(191, 97, 106)";
|
rotate = 0;
|
||||||
outline_thickness = 5;
|
|
||||||
placeholder_text = "<span foreground='##cad3f5'>Password...</span>";
|
position = "0, 0";
|
||||||
shadow_passes = 2;
|
halign = "center";
|
||||||
|
valign = "center";
|
||||||
|
}
|
||||||
|
];
|
||||||
|
|
||||||
|
label = [
|
||||||
|
{
|
||||||
|
monitor = "";
|
||||||
|
text = "cmd[update:1000] echo \"<span>$(date +\"%H:%M:%S\")</span>\"";
|
||||||
|
text_align = "center";
|
||||||
|
color = "rgb(235, 219, 178)";
|
||||||
|
font_size = 25;
|
||||||
|
font_family = "JetBrainsMono Nerd Font Mono";
|
||||||
|
|
||||||
|
position = "0, 0";
|
||||||
|
halign = "center";
|
||||||
|
valign = "center";
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue