Skip to content

Adopt libadwaita preference components across Tweaks

Evan Welsh requested to merge ewlsh/adwaita-adoption into master

We're there 😉

Changes

This MR ports all tweaks to AdwPreferenceRow and AdwPreferenceGroup (or similar), implementing custom components where needed for tweaks such as fonts.

The largest change is the introduction of TweaksCheckGroupActionRow which replaces most of our custom implementations of "select from multiple limited options"

The design of the components is similar to GNOME Settings.

Screenshots

header header
Fonts Screenshot_from_2024-01-17_22-51-38
Appearance Screenshot_from_2024-01-17_22-51-41
Sound Screenshot_from_2024-01-17_22-51-44
Mouse & Touchpad Screenshot_from_2024-01-17_22-51-46
Keyboard Screenshot_from_2024-01-17_22-51-48
Windows Screenshot_from_2024-01-17_22-51-51
Startup Applications Screenshot_from_2024-01-17_22-51-54
Keyboard additional tweaks Screenshot_from_2024-01-17_22-52-07
Startup applications modal Screenshot_from_2024-01-17_22-52-13
Edited by Evan Welsh

Merge request reports