Based on an original "top-icons" extension by Adel Gadllah that is no longer maintained. The code has been heavily simplified and modernised, and adapted to integrate into the top bar more seemlessly. Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell-extensions/-/merge_requests/194>
10 lines
241 B
Meson
10 lines
241 B
Meson
# SPDX-FileCopyrightText: 2018 Florian Müllner <fmuellner@gnome.org>
|
|
#
|
|
# SPDX-License-Identifier: GPL-2.0-or-later
|
|
|
|
extension_data += configure_file(
|
|
input: metadata_name + '.in',
|
|
output: metadata_name,
|
|
configuration: metadata_conf
|
|
)
|