Make login box background transparent

This commit is contained in:
nevaforget 2026-03-26 16:31:54 +01:00
parent 6907db0c2a
commit de0b1d40ba
2 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@ build-backend = "hatchling.build"
[project]
name = "moongreet"
version = "0.2.0"
version = "0.2.1"
description = "A greetd greeter for Wayland with GTK4"
requires-python = ">=3.11"
license = "MIT"

View File

@ -12,7 +12,7 @@ window.greeter {
.login-box {
padding: 40px;
border-radius: 12px;
background-color: alpha(@theme_bg_color, 0.7);
background-color: transparent;
}
/* Round avatar image — size is set via set_size_request() in code */