-
-
Notifications
You must be signed in to change notification settings - Fork 5
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
[FEATURE] menu blur effect, match WMax bg with Gtk headerbar, traffic light buttons etc. #60
Comments
Hello,
Blur on popup menus is currently not available. In fact, I don't know of any example where it has been done in Gnome. A while back, I had tried to apply the Gnome Shell blur to the menus but it did not work. Shell blur doesn't support rounded corners and there are artifacts issues, sure, but in this case it did not blur the background at all. So I suppose a custom blur effect would be needed which maybe better to tackle in Blur my shell. Blur my shell recently started supporting blur with rounded corners using their own GLSL shaders, so a custom Blur effect. With that I was hoping aunetx will implement menu blur in Blur my shell but hasn't happened yet. It would be a good idea to ask for it in their GitHub repo as well. In ideal scenario, Gnome should update their Shell Blur for better support but I wouldn't hold my breath. So, currently, no solution but I am keeping an eye on it since I also believe it would be awesome.
Thank you! Some new updates were added for Gtk apps in case you are interested in that. |
thanks for the information,
just to show you a little what I managed to do, here is a screenshot of my desktop that I was able to achieve with the auto-theme option. , 👍 💯 🥇 However, I have a small problem with the "window-max bar" feature, especially with the "match BG with headerbar" option, you can clearly see that the header bar of the terminal window is a dark gray, but the top bar turns white when this window is maximized, I tried to restart the system several times hoping to resolve the problem, but that doesn't change anything. |
That looks awesome 👍 ! What's the app-grid widget and the sidebar?
This option tries to match the window-max BG with Gtk headerbar-hint so it requires the Headerbar hint to be set > 0 under Gtk/Flatpak apps setting. Currently, hint of zero means default theme is retained for headerbar. Why is it white though, are you on Light mode? Well, no, since the headerbar would also be white in that case. I guess a custom theme. Let me know how it goes. |
yes, good guess, is light mode.
app-grid, is arcmenu with unity menu layout. openbar.mp4 |
Then the Terminal headerbar should be light too. So, did it work for you, the "match BG with headerbar"? It will need you to keep Gtk app theming On and Headerbar hint > 0 in Open Bar settings.
Thanks for the tour! It looks very cool! |
Thank you 😃
okay, i try and i give you my feedback. |
it works well for the terminal, but for other applications, the bar always keeps the same color, I admit that I don't really understand how this option works, |
sorry i mistakely close this issue, Screencast.from.2024-08-14.11-46-59.mp4now i have a couple of question, such as: |
It probably needs better wording or handling. I suppose, it can be confusing. Let me explain.
So a few observations:
That's great! :)
Currently, it just uses the Accent color selected in Open Bar (Popup Menus tab). Do you want to use a color different from the Accent color?
Well, non-Gtk can be Qt or KDE or something else. Each would have their own way of theming, if any. They usually are not that amenable to theme under Gnome. I think there are some possibilities like a Qt theme for Gnome. Any particular apps you are referring to?
They are currently hard coded in the code - in |
I'm sorry for the time it took me to respond.
I greatly appreciate it, but as you made me understand above, in terms of theming, each person has their own sensitivity, the current color of the traffic light does not pose a problem to me, I think the original color can only highlight everyone agrees, however a small menu in which we could customize the color of these buttons would be really appreciate. |
The Gtk section has been updated a bit now and also has options to select custom color as hint for headerbar/sidebar and for view/window. Note that when Autotheming is applied, the Accent color will be set as hint color for Gtk but it can be manually set to any other color. Thanks! |
HI,
how can i set a blurry effect on popup menus?
still enjoying with your extension , 👍 : thanks,
The text was updated successfully, but these errors were encountered: