New backup 2024-06-15 15:45:01

This commit is contained in:
Penelope Gwen 2024-06-15 15:45:01 -06:00
parent 29a4efbae5
commit aa73f6d46f
2 changed files with 29 additions and 0 deletions

View file

@ -0,0 +1,5 @@
[main]
style=/home/pogmommy/.config/gtklock/gtklock.css
idle-hide=true
start-hidden=true

View file

@ -0,0 +1,24 @@
window {
background-image: url("file:///usr/share/backgrounds/greetd/edp-1.jpg");
background-size: cover;
background-position: center;
}
label {
color: rgba(250, 250, 250, 1);
}
box#body {
background-color: rgba(50, 50, 50, 0.5);
border-radius: 10px;
padding: 50px;
}
entry,combobox * {
background: rgba(50, 50, 50, 1);
color: rgba(250, 250, 250, 1);
}
entry.text {
color: rgba(250, 250, 250, 1);
}