Initial commit

This commit is contained in:
Joshua Strobl 2023-02-04 19:38:07 +02:00
commit 13b183cada
16 changed files with 557 additions and 0 deletions

14
gnome/meson.build Normal file
View file

@ -0,0 +1,14 @@
schemas = [
'org.gnome.desktop.background.gschema.override',
'org.gnome.desktop.interface.gschema.override',
'org.gnome.desktop.screensaver.gschema.override',
]
custom_target('10_budgie_gnome_settings.gschema.override',
capture: true,
command: ['cat', '@INPUT@'],
input: schemas,
install_dir: path_schema,
install: true,
output: '10_budgie_gnome_settings.gschema.override',
)