aunetx / blur-my-shell

Extension that adds a blur look to different parts of the GNOME Shell, including the top panel, dash and overview
https://extensions.gnome.org/extension/3193/blur-my-shell/
GNU General Public License v3.0
1.58k stars 88 forks source link

how to add blur to panel quick settings and other drop downs #576

Open kaushiksahu18 opened 7 months ago

kaushiksahu18 commented 7 months ago

i want to add blur here

Screenshot from 2024-04-19 23-24-59

systemd11 commented 7 months ago

What extensions do you have in the panel?

kaushiksahu18 commented 7 months ago

What extensions do you have in the panel?

in the middle they are clipboard indicator, colour picker, vitala etc. but on the right (wifi, power mode) are provided by gnome by default, i want blur in that drop-down that i have opened and all other that cab be open!!

aunetx commented 7 months ago

Hello @kaushiksahu18, unfortunately that's very hard to do (and I have currently no idea how to achieve it), but that's on my to-do list (although that may never happen anyway)

sekurilabs commented 7 months ago

@aunetx maybe to seek inspiration from Open Bar extension which applies transparency on the menus from top panel (and extension menus in top panel), as well as it can manipulate corner radius and border. Maybe blur can be applied to that the same way it's now applied to dock. Reference: https://extensions.gnome.org/extension/6580/open-bar/

aunetx commented 7 months ago

@sekurilabs thanks for the advices! Unfortunately, adding transparency (which is just css tweaking, although in a very smart way for Open Bar) and blur/effects is not at all the same thing (it requires really taking the clutter actors, and putting elements behind that are blurred).

I think I will see with the open-bar developer if he/she is interested in using blur-my-shell in a kind of API-way (because I can't support his extension by myself, it is way too customizable); and that would benefit other devs too (for example for Search Light, or Dash-to-Dock variations...). But for the drop-downs themselves, I will need to dive deep under the surface to get something, but that will take me quite a lot of work to have something usable.

JamDoggie commented 5 months ago

Would love to see this, I feel like it's the only thing missing in my setup.

joaocandre commented 5 months ago

As far as the hardware dialogs go, Custom OSD also implements a dynamic blur effect and can be used to complement this extension.