feat(hyprlock): set up lockscreen
This commit is contained in:
parent
553013982b
commit
eee331b384
1 changed files with 19 additions and 1 deletions
|
@ -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;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue