-
-
Notifications
You must be signed in to change notification settings - Fork 8
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
Make "Unfocused Window Title/Header Bar backgrounds" behavior optional #18
Comments
this won't look conistent enough with gtk2 theme |
seems to be what in new gnome server-side decorations are using gtk3 theme (themix-project/themix-gui#123) so mb your idea could work fine so let's try and see |
@smurphos good, it looks correct from the first glance however 1 thing i've already noticed is what titlebar of inactive SSD window (Nemo in this case) have the color of window background, not window menu (like CSD, ie Oomox app in this case) |
closed in #25 |
Hi. I (think) these changes are causing a problem I'm running into and I'm trying to find the way to turn this off or a workaround. I would like both the focused and unfocused window title bars to be the same color, but I can't find any options in the oomox app to stop unfocused window titlebars from turning grey, or any options to set the unfocused window color. Also, I've tried setting the What is the preferred way to make window title bars stay the same color whether or not the window is focused when using oomox themes? |
@smurphos that can be implemented as bool option (like GTK3_GENERATE_DARK and others), what do you think? |
@actionless an option to control this behavior in the oomox app would be ideal, but i'm also curious about how i could edit the generated theme as a temporary workaround to stop unfocused titlebars from changing colors. i've skimmed through the is there a way i can edit the generated theme as a workaround? |
just see what was changed in that PR in files mentioning title- and headerbar and revert those changes locally: |
I tried reverted those changes by hand in the generated theme, but I couldn't get those changes to actually be applied. I think there's a build step that I'm missing. I also tried to run the version of oomox before this change was introduced using this release, but I'm running into errors due to a missing file when I try to export the theme from the gui:
Do you know where I can find that missing file so that I can run the older oomox version, or how to build the changes to the raw gtk theme so they get applied? |
you need to revert them in /opt/oomox/plugins/..., not in the generated theme itself |
also still waiting for @smurphos feedback about making that behavior optional |
Hi, The quick fix to your local copy of oomox-gtk-theme should be to set To do this
Finally to cover all bases as we don't know what window-manager you are running and which metacity theme version it uses open
metacity-theme-3.xml doesn't require editing as it's colors are derived from the gtk theme variables already fixed. Having done that to your local copy the titlebar should remain the same background color on newly generated themes irrespective of focus. The text color will still vary. |
@actionless Hi, apologies for the radio-silence. I think I mentioned free-time becoming a bit limited a few (maybe 4 or 5!) weeks ago..... ;-) I don't see any problem with that being under an options flag other than the |
@smurphos that worked, thanks. in case google brings anyone else here, i had to modify the paths slightly to |
How do you feel about having Window Title & Header bar backgrounds with a colour change depending on whether the window is focussed or not?
I've got some working patches for Metacity, GTK 3 and GTK 3.2 if you want me to PR them?
The text was updated successfully, but these errors were encountered: