From 1cc6eb9c1a2b365dc47b1a73903714f7acc554be Mon Sep 17 00:00:00 2001 From: tengel Date: Wed, 20 Mar 2024 11:32:48 -0500 Subject: [PATCH] adding MATE default background override --- archmate.sh | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/archmate.sh b/archmate.sh index 7c6292c..61399eb 100644 --- a/archmate.sh +++ b/archmate.sh @@ -261,6 +261,16 @@ xft-hintstyle=none xft-rgba=rgb EOF + cat << 'EOF' > /usr/share/glib-2.0/schemas/mate-background.gschema.override +[org.mate.background] +color-shading-type='solid' +picture-options='centered' +picture-filename='' +primary-color='#152233' +secondary-color='#000000' +EOF + glib-compile-schemas /usr/share/glib-2.0/schemas/ + touch /root/.archmate/stage-5.done else echo " - /root/.archmate/stage-5.done found, skipping."