blur
blur copied to clipboard
Support tiled wallpapers
Noticed that wallpaper_mode only supports fill, fit, stretch or center, so this is an issue to request support for tiled wallpapers 😄
I don't think that's possible. I believe NSWorkspaceDesktopImageScalingKey
can only receive the values you can find here, at Apple's website (NSImageScaleProportionallyUpOrDown
, NSImageScaleProportionallyUpOrDown
, NSImageScaleAxesIndependently
, and NSImageScaleNone
). All of the values listed there are implemented.
If you have any idea how tiled wallpapers might work on macOS, please let me know.
This issue seems to have found a solution, but it's a little bit hacky.