hyprlock adjust
This commit is contained in:
parent
ef5a11042c
commit
cff640a554
1 changed files with 5 additions and 1 deletions
|
@ -26,6 +26,10 @@ in {
|
|||
no_fade_in = true;
|
||||
no_fade_out = true;
|
||||
text_trim = true;
|
||||
# this will render the color we specified on the background before the image is loaded
|
||||
# i like this because we will no longer see our screen for a split second before the image is ready
|
||||
# extra security feature too
|
||||
immediate_render = true;
|
||||
};
|
||||
background = [
|
||||
{
|
||||
|
@ -74,7 +78,7 @@ in {
|
|||
halign = "center"; valign = "center";
|
||||
}
|
||||
{
|
||||
position = "-15, -13";
|
||||
position = "-15, -11";
|
||||
halign = "right"; valign = "top";
|
||||
color = "rgb(${base05})";
|
||||
font_size = 14;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue