7 lines
201 B
CSS
7 lines
201 B
CSS
window {
|
|
background-image: url("/home/oliver/.config/sway/lockscreen.png");
|
|
background-size: cover;
|
|
background-repeat: no-repeat;
|
|
background-position: center;
|
|
background-color: black;
|
|
}
|