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.57k stars 88 forks source link

Overview components following system theme? #221

Open GittyMac opened 2 years ago

GittyMac commented 2 years ago

In Blur my Shell, there is an option to choose a light or dark style for overview components. In GNOME 42, a dark mode option was implemented. If you use switch themes often or use an extension like Night Theme Switcher, it'll keep it as the last selected option. It is especially noticeable when using the dynamic wallpapers introduced in GNOME 42. There should be a toggle for the overview components to follow the GNOME theme.

aunetx commented 2 years ago

Yeah, I will do that when I have some time!

For the moment, you can set the following commands in night theme switcher:

# at sunrise:
gsettings --schemadir ~/.local/share/gnome-shell/extensions/blur-my-shell@aunetx/schemas set org.gnome.shell.extensions.blur-my-shell overview-style-components 1

# at sunset:
gsettings --schemadir ~/.local/share/gnome-shell/extensions/blur-my-shell@aunetx/schemas set org.gnome.shell.extensions.blur-my-shell overview-style-components 2

(i wrote the commands above from memory, so maybe something is not right, if that is the case tell me and I get my computer out to check :D)

daudix commented 2 years ago

Hello, I just tried it and it not working because there is no "overview-style-components" schema, can you please make this command work with latest version?

aunetx commented 2 years ago

Sorry :/ new gsettings path is: org.gnome.shell.extensions.blur-my-shell.overview style-components

daudix commented 2 years ago

Thank you, works like a charm!