RensAlthuis / vertical-overview

Gnome has had vertically stacked workspaces for a long time. The Gnome 40 update unfortunately made the switch to a horizontal layout. A choice that many Gnome users disagree with. This extension completely replaces the new Gnome overview with something that resembles the old style.
GNU General Public License v3.0
311 stars 30 forks source link

Overhaul settings menu #36

Closed no-comma closed 3 years ago

no-comma commented 3 years ago

The current settings menu while serviceable is starting to look a little messy, this should make it look nicer.

settings

RensAlthuis commented 3 years ago

I totally agree, it was working for a while but there are too many options now. This looks amazing. Although I'm wondering if maybe switching to gtknotebook (https://developer.gnome.org/gtk4/stable/GtkNotebook.html) would be better. I've been working on configurable gestures so there is about to be a whole bunch of extra settings. We could have 3 pages: general/dash/gestures. What do you think?

no-comma commented 3 years ago

I considered using GtkNotebook but with just two pages it felt unnecessary. But with gesture settings, yes, I'll definitely switch to that.

no-comma commented 3 years ago

This is how it looks now.

general dash

RensAlthuis commented 3 years ago

Thanks, that looks great. I'll try and review the PR this evening.