-
Notifications
You must be signed in to change notification settings - Fork 38
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Window title bar: follow system settings #532
Comments
Eventually we might need to increase the width of the very small compact sidebar by some pixels for this then |
Just submitted #762 , which would allow specifying a custom window control layout. This way, a developer can choose to respect the platform's current window control layout — by using the There are several potentially controversial design choices I made that warrant additional discussion:
What do you think about these points? Let me know what the best way forward is. |
Hi @12people Even though this could take time or will happen never, I would prefer to see an opinion of @jpnurmi on this one. |
@12people we def. want this in, thank you very much for your work. But since I did not write those parts but JP (which sadly left) we need to be sure that it works. I hope I will find soon time to properly review this |
No problem. I should just mention that before this is merged, the issues brought up above need to be resolved and also tests need to be adjusted (at least goldens — there will be new ones needed). |
@Feichtmeier What state is this in? The last comment here mentions that the PR needs to be reviewed — has that happened? What are the next steps? |
This is the current status |
@Feichtmeier The part that loads gtk settings can be left up to the |
So the pull request is still waiting for review, if I understand correctly? |
This repo here now depends on gtk anyways because YaruTheme also watches for a gtk setting (the gnome theme) |
@Feichtmeier You assigned this to me, but I don't have enough dart knowledge for this... |
Okay sorry, I thought because you created the PR? :) Anyways, sorry then. |
Oh, ok... yeah, now I see it. I tried, but certainly it is quite out of my current capabilities :-D |
We need to ensure that this works with multiple headerbar scenarios |
now that we also have gsettings in yaru.dart as a dep anyways because of the new color api we could actually really do this now |
titlebar actions (lower, menu, minimize, none, toggle maximize, toggle maximize horizontally, toggle maximize vertically, toggle shade)
titlebar buttons
see also
The text was updated successfully, but these errors were encountered: