New backup 2025-09-18 15:15:02

This commit is contained in:
Penelope Gwen 2025-09-18 15:15:02 -07:00
parent 0ec6305397
commit 5530b06e88
2 changed files with 2 additions and 26 deletions

View file

@ -1,5 +1,5 @@
[main]
style=/home/pogmommy/.config/gtklock/style.css
style=.config/gtklock/style.css
#idle-hide=true
#start-hidden=true
user_image=$HOME/.face
user_image=.face

View file

@ -1,24 +0,0 @@
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);
}