b7895ad956
Now that gnome-shell supports a light style, people may want to use it without forcing all apps to be light. Add a small extension that switches the default to light, so the shell follows the regular "dark style" preference. Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell-extensions/-/merge_requests/256>
6 lines
124 B
Meson
6 lines
124 B
Meson
extension_data += configure_file(
|
|
input: metadata_name + '.in',
|
|
output: metadata_name,
|
|
configuration: metadata_conf
|
|
)
|