mirror of
https://github.com/endeavouros-team/endeavouros-DE-fixes.git
synced 2026-06-13 01:44:36 +00:00
6fb9e7d87a
Clarified the README content regarding Mate configuration and layout files.
Mate take overrides, and uses defaults under /usr/share/mate-*
Currently we change terminal config to not use default theming color scheme so we can use dconf write command:
dconf write /org/mate/terminal/profiles/default/use-theme-colors false
We run this using set_once method.
To get Terminal and Firefox icon favorites on the panel it needs some file handling..
We use a layout file for the panel: /usr/share/mate-panel/layouts/endeavouros.layout
and copy a minimal gschema.override at its place:
/usr/share/glib-2.0/schemas/99_endeavouros-mate.gschema.override
to make this layout default for the panel.
PKGBUILD:
https://github.com/endeavouros-team/PKGBUILDS/tree/master/eos-settings-mate
