Skip to content

quick settings 5: Everything falls into place

Florian Müllner requested to merge fmuellner/gnome-shell:quick-settings-5 into main

After all the shuffling in !2407 (merged) (included here), we are in a good place to finally port the damn thing to quick settings:

  • we have the menus we want for the toggles (except that they are currently all lumped together in a single menu)

  • we have one class for each toggle we want to add

All that's left is adding the actions we want the toggles to do when clicked (essentially toggling stuff), getting the top bar indicators hooked up again(*) and finally pulling the switch.

A final note: One of the commits depends on gjs!780 (merged), so make sure to update gjs for testing.

(*) they depend on some monkey-patching that got lost in the previous MR, and is not coming back

Merge request reports