user/hyprlock: more theming!
This commit is contained in:
parent
cde9d8faec
commit
ffc5a80849
1 changed files with 43 additions and 21 deletions
|
|
@ -13,58 +13,80 @@
|
||||||
};
|
};
|
||||||
background = {
|
background = {
|
||||||
monitor = "";
|
monitor = "";
|
||||||
path = "$HOME/Pictures/Wallpapers/current.png";
|
|
||||||
blur_passes = 1;
|
|
||||||
color = "$base";
|
color = "$base";
|
||||||
};
|
};
|
||||||
label = [
|
label = [
|
||||||
|
# Fingerprint icon
|
||||||
|
{
|
||||||
|
monitor = "";
|
||||||
|
color = "$text";
|
||||||
|
font_family = "Material Symbols Outlined";
|
||||||
|
font_size = 64;
|
||||||
|
halign = "center";
|
||||||
|
valign = "top";
|
||||||
|
position = "0, -100";
|
||||||
|
text = "";
|
||||||
|
}
|
||||||
|
# Fingerprint text
|
||||||
|
{
|
||||||
|
monitor = "";
|
||||||
|
color = "$text";
|
||||||
|
text = "$FPRINTPROMPT";
|
||||||
|
font_size = 25;
|
||||||
|
font_family = "Open Sans";
|
||||||
|
position = "0, -235";
|
||||||
|
halign = "center";
|
||||||
|
valign = "top";
|
||||||
|
}
|
||||||
|
# Fail text under input
|
||||||
|
{
|
||||||
|
monitor = "";
|
||||||
|
color = "$red";
|
||||||
|
font_family = "Open Sans";
|
||||||
|
font_size = 25;
|
||||||
|
text = "$FAIL $ATTEMPTS[]";
|
||||||
|
position = "0, -200";
|
||||||
|
halign = "center";
|
||||||
|
valign = "center";
|
||||||
|
}
|
||||||
|
# Time
|
||||||
{
|
{
|
||||||
monitor = "";
|
monitor = "";
|
||||||
text = "$TIME";
|
text = "$TIME";
|
||||||
color = "$text";
|
color = "$text";
|
||||||
font_size = 90;
|
font_size = 90;
|
||||||
font_family = "Open Sans";
|
font_family = "Open Sans";
|
||||||
position = "-30, 0";
|
position = "-50, 0";
|
||||||
halign = "right";
|
halign = "right";
|
||||||
valign = "top";
|
valign = "top";
|
||||||
}
|
}
|
||||||
|
# Date
|
||||||
{
|
{
|
||||||
monitor = "";
|
monitor = "";
|
||||||
text = "cmd[update:43200000] date +'%A, %d %B %Y'";
|
text = "cmd[update:43200000] date +'%A, %d %B %Y'";
|
||||||
color = "$text";
|
color = "$text";
|
||||||
font_size = 25;
|
font_size = 25;
|
||||||
font_family = "Open Sans";
|
font_family = "Open Sans";
|
||||||
position = "-30, -150";
|
position = "-40, -150";
|
||||||
halign = "right";
|
halign = "right";
|
||||||
valign = "top";
|
valign = "top";
|
||||||
}
|
}
|
||||||
{
|
|
||||||
monitor = "";
|
|
||||||
text = "fprint";
|
|
||||||
color = "$FPRINTPROMPT";
|
|
||||||
font_size = 14;
|
|
||||||
font_family = "Open Sans";
|
|
||||||
position = "0, -107";
|
|
||||||
halign = "center";
|
|
||||||
valign = "center";
|
|
||||||
}
|
|
||||||
];
|
];
|
||||||
input-field = {
|
input-field = {
|
||||||
monitor = "";
|
monitor = "";
|
||||||
size = "300, 60";
|
size = "600, 120";
|
||||||
outline_thickness = 4;
|
outline_thickness = 4;
|
||||||
|
check_color = "$peach";
|
||||||
dots_size = 0.2;
|
dots_size = 0.2;
|
||||||
dots_spacing = 0.2;
|
dots_spacing = 0.2;
|
||||||
dots_center = true;
|
dots_center = true;
|
||||||
outer_color = "$accent";
|
fail_text = "";
|
||||||
inner_color = "$surface0";
|
|
||||||
font_color = "$text";
|
font_color = "$text";
|
||||||
|
inner_color = "$crust";
|
||||||
|
outer_color = "$base";
|
||||||
|
placeholder_text = "Password";
|
||||||
fade_on_empty = false;
|
fade_on_empty = false;
|
||||||
placeholder_text = ''<span foreground="##$textAlpha"><i> Logged in as </i><span foreground="##$accentAlpha">$USER</span></span>'';
|
|
||||||
hide_input = false;
|
hide_input = false;
|
||||||
check_color = "$accent";
|
|
||||||
fail_color = "$red";
|
|
||||||
fail_text = "<i>$FAIL <b>($ATTEMPTS)</b></i>";
|
|
||||||
capslock_color = "$yellow";
|
capslock_color = "$yellow";
|
||||||
position = "0, -47";
|
position = "0, -47";
|
||||||
halign = "center";
|
halign = "center";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue