update gtlock style

This commit is contained in:
Fabian Montero 2025-08-08 15:32:34 -06:00
parent b149e90f67
commit abb4fe5712
Signed by: fabian
GPG key ID: 1FFAC35E1798174F

View file

@ -24,7 +24,7 @@ in {
style = ''
/* Main lockscreen window */
window {
background-color: rgba(20, 20, 20, 0.9); /* dark, slightly translucent */
background-color: black;
color: #eaeaea;
font-family: "JetBrains Mono", monospace;
font-size: 14px;
@ -32,7 +32,7 @@ in {
/* Container for clock + prompt */
#main-box {
background: transparent;
background: black;
border: none;
border-radius: 0;
padding: 0;
@ -56,7 +56,7 @@ in {
/* Password entry */
entry {
background-color: rgba(0, 0, 0, 0.5);
background-color: black;
color: #ffffff;
border: none;
border-radius: 0;