-
Notifications
You must be signed in to change notification settings - Fork 336
Wallpaper setting stop working in MacOS Sonoma #715
Comments
https://github.com/dylanaraps/pywal/blob/master/pywal/wallpaper.py#L133 This was done by modifying the |
Are there any alternative solutions to it? |
AppleScript
But this solution seems to change the wallpaper only in the current space 😿 . |
Sorry about that. Apple changed how wallpapers works with Sonoma and I hadn't updated to it yet to see what they did. Unfortunately this repo is no longer receiving updates and I do not believe anyone can claim it. If you need Sonoma support, you can try my fork located here. https://github.com/robwaz/pywal If you do use this fork and run into an issue, please file it against my fork. These changes are "best effort" based on how things seem to work. I have no issue on my Mac though. :) |
@mamantoha try something like https://gist.github.com/yuhonas/2c329f010665885e91ff9ae39a6e8042 which enumerates through all the desktops and set's the wallpaper based on user input (but could be hardcoded obviously) |
The
wal -i "wallpaper.png"
stopped setting the wallpaper on MacOS SonomaThe text was updated successfully, but these errors were encountered: