feat(hyprlock): set up lockscreen

This commit is contained in:
Mohammad Rafiq 2025-03-18 02:26:25 +08:00
parent 553013982b
commit eee331b384
No known key found for this signature in database

View file

@ -5,10 +5,28 @@
package = null; package = null;
settings = { settings = {
"$mainMonitor" = "desc:OOO AN-270W04K";
"$vertMonitor" = "desc:Philips Consumer Electronics Company PHL 246V5 AU11330000086";
general.hide_cursor = true; general.hide_cursor = true;
label = {
monitor = "HDMI-A-1";
text = ''hi, $USER.'';
font_size = 32;
halign = "center";
valign = "center";
position = "0, 0";
zindex = 1;
};
input-field = { input-field = {
fade_on_empty = false; monitor = "HDMI-A-1";
fade_on_empty = true;
size = "200, 45";
halign = "center";
valign = "center";
position = "0, -5%";
placeholder_text = "";
zindex = 1;
}; };
}; };
}; };