From ce15247ccc5eb64bcdf2fab0588719a88464f55b Mon Sep 17 00:00:00 2001 From: Penelope Gwen Date: Mon, 14 Jul 2025 21:18:16 +0000 Subject: [PATCH] update gtkgreet styling --- debian/changelog | 6 ++++++ greetd/gtkgreet.css | 23 ++++++++++++++++++++++- 2 files changed, 28 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 74de2e8..83301a1 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +pogmom-desktop (0.4.4) unstable; urgency=medium + + * update gtkgreet styling + + -- Penelope Gwen Mon, 14 Jul 2025 21:17:06 +0000 + pogmom-desktop (0.4.3) unstable; urgency=medium * removed waybar, added eww diff --git a/greetd/gtkgreet.css b/greetd/gtkgreet.css index 9a773bf..a27bc55 100644 --- a/greetd/gtkgreet.css +++ b/greetd/gtkgreet.css @@ -12,13 +12,34 @@ box#body { background-color: rgba(50, 50, 50, 0.5); border-radius: 10px; padding: 50px; + outline: none; + border: none; + box-shadow: none; } entry,combobox * { - background: rgba(50, 50, 50, 1); + background-color: rgba(50, 50, 50, 0.3); color: rgba(250, 250, 250, 1); + outline: none; + border: none; + box-shadow: none; } entry.text { color: rgba(250, 250, 250, 1); } + +button { + background-image: none; + margin-left: 10px; + padding: 10px; + background-color: rgba(50, 50, 50, 0.3); + color: #000000; + border-radius: 10px; + box-shadow: none; + outline: none; + border: none; +} +button > label { + color: #000000; +}