🖼️ Changed wallpaper, added usericon, readded profile image on

lockscreen
This commit is contained in:
2025-01-09 21:49:54 +01:00
parent 914c25808f
commit e80f492b4e
7 changed files with 50 additions and 34 deletions

View File

@ -46,6 +46,17 @@ in
valign = "top";
}
];
# USER AVATAR
image = {
path = "${../../face.png}";
size = 100;
border_color = "${theme.mauveRgb}";
position = "0, 75";
halign = "center";
valign = "center";
};
# INPUT FIELD
input-field = {
size = "300, 60";
@ -53,17 +64,17 @@ in
dots_size = 0.2;
dots_spacing = 0.2;
dots_center = true;
outer_color = lib.mkDefault "${theme.mauve}";
outer_color = lib.mkDefault "${theme.mauveRgb}";
inner_color = lib.mkDefault "${theme.surface0Rgb}";
font_color = lib.mkDefault "${theme.textRgb}";
fade_on_empty = false;
placeholder_text = "<span foreground=\"##${theme.textAlpha}\"><i>󰌾 Logged in as </i><span foreground=\"##${theme.mauveAlpha}\">$USER</span></span>";
hide_input = false;
check_color = lib.mkDefault "${theme.mauve}";
check_color = lib.mkDefault "${theme.mauveRgb}";
fail_color = lib.mkDefault "${theme.redRgb}";
fail_text = "<i>$FAIL <b>($ATTEMPTS)</b></i>";
capslock_color = lib.mkDefault "${theme.yellowRgb}";
position = "0, -200"; # TODO change -200 to -20% at 25.05
position = "0, -47"; # TODO change to use % at 25.05
halign = "center";
valign = "center";
};