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>
11 lines
260 B
Plaintext
11 lines
260 B
Plaintext
{
|
|
"extension-id": "@extension_id@",
|
|
"uuid": "@uuid@",
|
|
"settings-schema": "@gschemaname@",
|
|
"gettext-domain": "@gettext_domain@",
|
|
"name": "Status Icons",
|
|
"description": "Show status icons in the top bar",
|
|
"shell-version": [ "@shell_current@" ],
|
|
"url": "@url@"
|
|
}
|