BlinkBP / walkpaper

Gnome-shell extension allowing user to set up different wallpapers for each workspace.
GNU General Public License v3.0
32 stars 21 forks source link

Ewb/default image #5

Closed eliotb closed 7 years ago

eliotb commented 7 years ago

Finished setting backgrounds by saving current for a given workspace (fixed some bugs to do with initialization) Removed prefs dialog. Fixed Makefile dependencies.

Still would like to hook a "background-changed" signal to save update to current workspace when changed, rather than only save when switching to a different workspace.

BlinkBP commented 7 years ago

Reading the last line of your commited README.md, are you contributing or creating a new extension based on this one? :wink: I like the idea of setting the workspace's wallpaper by using the normal wallpaper changing functionality in GNOME although I think the prefs should stay. I agree they should be polished a lot more and I've been working on that.

eliotb commented 7 years ago

@BlinkBP - could be contributing or creating, depending on how much of my pull request you decide to take.

BlinkBP commented 7 years ago

Some changes cherry-picked starting with commit ba490aae94ec917f34431d494e56afa42c20fc14
Decided to keep prefs. Thank you for contributing.