New backup 2024-06-15 15:45:01
This commit is contained in:
parent
29a4efbae5
commit
aa73f6d46f
2 changed files with 29 additions and 0 deletions
5
de/home/.config/gtklock/config.ini
Normal file
5
de/home/.config/gtklock/config.ini
Normal file
|
@ -0,0 +1,5 @@
|
|||
[main]
|
||||
style=/home/pogmommy/.config/gtklock/gtklock.css
|
||||
idle-hide=true
|
||||
start-hidden=true
|
||||
|
24
de/home/.config/gtklock/gtklock.css
Normal file
24
de/home/.config/gtklock/gtklock.css
Normal 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);
|
||||
}
|
Loading…
Add table
Reference in a new issue