dylanaraps / pywal

🎨 Generate and change color-schemes on the fly.
MIT License
8.22k stars 311 forks source link

pywal is broken in GNOME 42. Stop spamming #678

Open ghost opened 2 years ago

ghost commented 2 years ago

Since themes were implemented in GNOME 42, pywal is no longer working as expected if you have the dark theme set. Only the colors on the terminal will change but the background will be left unchanged.

With the default theme (light), everything works as expected.

To reproduce: set light theme > run wal -i /path/to/wallpaper > terminal colors will change and match image and background will change as well

Set GNOME theme to dark > run wal -i /path/to/wallpaper > terminal colors will change but not the background image.

LordVicky commented 2 years ago

I've created a pull request to fix the issue meanwhile you can find the fix in my repo.