adding MATE default background override
This commit is contained in:
parent
ea61cc187d
commit
1cc6eb9c1a
1 changed files with 10 additions and 0 deletions
10
archmate.sh
10
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."
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue