Compare commits

...

1 Commits

Author SHA1 Message Date
nevaforget de0b1d40ba Make login box background transparent 2026-03-26 16:31:54 +01:00
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
[project] [project]
name = "moongreet" name = "moongreet"
version = "0.2.0" version = "0.2.1"
description = "A greetd greeter for Wayland with GTK4" description = "A greetd greeter for Wayland with GTK4"
requires-python = ">=3.11" requires-python = ">=3.11"
license = "MIT" license = "MIT"
+1 -1
View File
@@ -12,7 +12,7 @@ window.greeter {
.login-box { .login-box {
padding: 40px; padding: 40px;
border-radius: 12px; 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 */ /* Round avatar image — size is set via set_size_request() in code */