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.52k stars 89 forks source link

[feature request] Tint blur color based on dominant color of wallpaper. #270

Open arun54321 opened 2 years ago

aunetx commented 2 years ago

Would love to, hehe :)

But I've only managed to do this using python scripts, see this test extension I made some time ago; but using python or any external library/language is out of question here. To implement this properly, I would need:

arun54321 commented 2 years ago

https://github.com/avanishsubbiah/material-you-theme

aunetx commented 5 months ago

By the way, https://github.com/aunetx/dominant-color now only uses GNOME stack functions to fetch the wallpaper colour so that may be helpful if anybody want to implement this