New backup 2024-06-15 15:29:17
This commit is contained in:
parent
724a930fc6
commit
29a4efbae5
2 changed files with 41 additions and 0 deletions
40
de/home/.config/gtklock/style.css
Normal file
40
de/home/.config/gtklock/style.css
Normal file
|
@ -0,0 +1,40 @@
|
|||
window {
|
||||
background-size: cover;
|
||||
background-position: center;
|
||||
|
||||
}
|
||||
|
||||
window#DP-2 {
|
||||
background-image: url("file:///home/pogmommy/.cache/sway-profiles/lock/DP-2.jpg");
|
||||
}
|
||||
|
||||
window#DP-3 {
|
||||
background-image: url("file:///home/pogmommy/.cache/sway-profiles/lock/DP-3.jpg");
|
||||
}
|
||||
|
||||
window#HDMI-A-1 {
|
||||
background-image: url("file:///home/pogmommy/.cache/sway-profiles/lock/HDMI-A-1.jpg");
|
||||
}
|
||||
|
||||
window#eDP-1 {
|
||||
background-image: url("file:///home/pogmommy/.cache/sway-profiles/lock/eDP-1.jpg");
|
||||
}
|
||||
|
||||
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);
|
||||
}
|
|
@ -34,3 +34,4 @@
|
|||
.local/share/applications/armcord.desktop
|
||||
.local/share/applications/feh.desktop
|
||||
.config/kdeglobals
|
||||
.config/gtklock
|
||||
|
|
Loading…
Add table
Reference in a new issue