style: redesign lock screen
This commit is contained in:
parent
36bf294249
commit
9e441be7c5
|
@ -38,21 +38,59 @@
|
||||||
path = "screenshot";
|
path = "screenshot";
|
||||||
blur_passes = 2;
|
blur_passes = 2;
|
||||||
blur_size = 6;
|
blur_size = 6;
|
||||||
|
brightness = 0.4;
|
||||||
|
contrast = 0.5;
|
||||||
|
}
|
||||||
|
];
|
||||||
|
|
||||||
|
label = [
|
||||||
|
{
|
||||||
|
monitor = "";
|
||||||
|
halign = "center";
|
||||||
|
valign = "center";
|
||||||
|
position = "0, 480";
|
||||||
|
text = "cmd[update:1000] date '+%H:%M:%S'";
|
||||||
|
color = "rgb(a9b1d6)";
|
||||||
|
font_family = "Quicksand";
|
||||||
|
font_size = 102;
|
||||||
|
}
|
||||||
|
{
|
||||||
|
monitor = "";
|
||||||
|
halign = "center";
|
||||||
|
valign = "center";
|
||||||
|
position = "0, 370";
|
||||||
|
text = "cmd[update:60000] date '+%A %Y-%m-%d'";
|
||||||
|
color = "rgb(a9b1d6)";
|
||||||
|
font_family = "Quicksand";
|
||||||
|
font_size = 32;
|
||||||
|
}
|
||||||
|
{
|
||||||
|
monitor = "";
|
||||||
|
halign = "center";
|
||||||
|
valign = "center";
|
||||||
|
position = "0, -240";
|
||||||
|
text = "Login: $USER";
|
||||||
|
color = "rgb(a9b1d6)";
|
||||||
|
font_family = "Quicksand";
|
||||||
|
font_size = 26;
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
|
|
||||||
input-field = [
|
input-field = [
|
||||||
{
|
{
|
||||||
monitor = "";
|
monitor = "";
|
||||||
size = "500, 50";
|
halign = "center";
|
||||||
position = "0, -80";
|
valign = "center";
|
||||||
|
size = "800, 70";
|
||||||
|
position = "0, -160";
|
||||||
dots_center = true;
|
dots_center = true;
|
||||||
fade_on_empty = false;
|
fade_on_empty = false;
|
||||||
|
font_family = "Quicksand";
|
||||||
|
|
||||||
font_color = "rgb(a9b1d6)";
|
font_color = "rgb(a9b1d6)";
|
||||||
inner_color = "rgb(1a1b26)";
|
inner_color = "rgb(1a1b26)";
|
||||||
outer_color = "rgb(b4f9f8)";
|
outer_color = "rgb(a9b1d6)";
|
||||||
|
check_color = "rgb(e0af68)";
|
||||||
|
fail_color = "rgb(f7768e)";
|
||||||
outline_thickness = 3;
|
outline_thickness = 3;
|
||||||
placeholder_text = ''<span foreground="##565f89">Password</span>'';
|
placeholder_text = ''<span foreground="##565f89">Password</span>'';
|
||||||
shadow_passes = 2;
|
shadow_passes = 2;
|
||||||
|
|
Loading…
Reference in a new issue