void-desktop/config-files/gtkgreet/gtkgreet.css

9 lines
168 B
CSS
Raw Normal View History

window
{
2023-02-04 20:38:12 +01:00
background:url("/path/to/background.png");
background-size: cover;
background-repeat: no-repeat;
background-position: center;
background-color: black;
}