Improved lock module

This commit is contained in:
2022-11-04 10:23:41 -07:00
parent 35267764b6
commit aa4ebcb292
7 changed files with 14 additions and 14 deletions

View File

@ -1,5 +1,5 @@
configuration {
font: "Inter Regular 10";
font: "Inter Regular 25";
show-icons: true;
icon-theme: "Papirus";
drun-display-format: "{name}";
@ -31,8 +31,8 @@ window {
anchor: southwest;
x-offset: 4px;
y-offset: -50px;
height: 500px;
width: 400px;
height: 800px;
width: 800px;
orientation: vertical;
border-radius: 5px;
}
@ -44,7 +44,7 @@ prompt {
button {
action: "ok";
str: " ";
font: "FantasqueSansMono Nerd Font 11";
font: "FantasqueSansMono Nerd Font 25";
expand: false;
text-color: @foreground;
background-color: @transparent;
@ -53,7 +53,7 @@ button {
}
entry {
font: "Inter Regular 11";
font: "Inter Regular 25";
background-color: @transparent;
text-color: @foreground;
expand: true;