Bump to 0.3.

- Increase gschema priority.
- Changed our GNOME overrides to be Budgie-session specific.
- Added GNOME Software to pinned apps in Icon Tasklist
This commit is contained in:
Joshua Strobl 2023-02-05 12:48:14 +02:00
parent 9bfeded32b
commit 44446ac12d
8 changed files with 11 additions and 11 deletions

View file

@ -2,11 +2,11 @@ schemas = [
'x.dm.slick-greeter.gschema.override',
]
custom_target('10_budgie_lightdm.gschema.override',
custom_target('90_budgie_lightdm.gschema.override',
capture: true,
command: ['cat', '@INPUT@'],
input: schemas,
install_dir: path_schema,
install: true,
output: '10_budgie_lightdm.gschema.override',
output: '90_budgie_lightdm.gschema.override',
)