void-desktop/config-files/gtklock/style.css
2023-02-04 20:38:12 +01:00

8 lines
168 B
CSS

window
{
background:url("/path/to/background.png");
background-size: cover;
background-repeat: no-repeat;
background-position: center;
background-color: black;
}