Overlap the root weave pattern.

This commit is contained in:
ajacoutot 2022-04-17 10:28:58 +00:00
parent 3b78089011
commit ec7b691edc
2 changed files with 21 additions and 0 deletions

View File

@ -2,6 +2,7 @@ COMMENT= GNOME display manager
GNOME_PROJECT= gdm GNOME_PROJECT= gdm
GNOME_VERSION= 42.0 GNOME_VERSION= 42.0
REVISION= 0
GH_ACCOUNT= rnagy GH_ACCOUNT= rnagy
GH_PROJECT= gdm GH_PROJECT= gdm

View File

@ -0,0 +1,20 @@
https://github.com/rnagy/gdm/pull/1
Index: data/Init.in
--- data/Init.in.orig
+++ data/Init.in
@@ -6,12 +6,8 @@
PATH="@X_PATH@:$PATH"
OLD_IFS=$IFS
-# enhance fade in look;
-# gnome-shell-3.38.1/data/theme/gnome-shell-sass/widgets/_screen-shield.scss:
-# #lockDialogGroup {
-# background-color: lighten(#2e3436, 8%);
-# }
-xsetroot -solid "#2e3436"
+# overlap the root weave pattern
+xsetroot -solid black
# wait for ttys to be initialized
while ! pgrep -qf "^/usr/libexec/getty "; do