mirror of
https://gitlab.gnome.org/june/top-bar-organizer.git
synced 2026-01-11 16:53:51 +01:00
Make the preferences usable again (and look good) by using an `AdwPreferencesPage` as well as various other libadwaita features (like `AdwPreferencesGroup`, style classes, ...). Also get rid of some code, which now doesn't seem to be necessary anymore (making sure no horizontal scrollbar shows and setting a default size for the preferences window). This change is marked as "Breaking", since I assume `AdwPreferencesPage` doesn't work in Gnome Shell 40 and because I changed the supported Gnome Shell version to 42 accordingly.
9 lines
344 B
JSON
9 lines
344 B
JSON
{
|
|
"uuid": "top-bar-organizer@julian.gse.jsts.xyz",
|
|
"name": "Top Bar Organizer",
|
|
"description": "Organize the items of the top (menu)bar.",
|
|
"version": 3,
|
|
"shell-version": [ "42" ],
|
|
"settings-schema": "org.gnome.shell.extensions.top-bar-organizer",
|
|
"url": "https://gitlab.gnome.org/julianschacher/top-bar-organizer"
|
|
}
|