Use the chrome.wallpaper API to change the ChromeOS wallpaper.
Use the chrome.wallpaper API to change the ChromeOS wallpaper. * available since Chrome 36 * https://developer.chrome.com/extensions/wallpaper
(set-wallpaper details)
Sets wallpaper to the image at url or wallpaperData with the specified layout
|details| - https://developer.chrome.com/extensions/wallpaper#property-setWallpaper-details.
This function returns a core.async channel of type promise-chan
which eventually receives a result value.
Signature of the result value put on the channel is [thumbnail] where:
|thumbnail| - The jpeg encoded wallpaper thumbnail. It is generated by resizing the wallpaper to 128x60.
In case of an error the channel closes without receiving any value and relevant error object can be obtained via chromex.error/get-last-error.
https://developer.chrome.com/extensions/wallpaper#method-setWallpaper.
Sets wallpaper to the image at url or wallpaperData with the specified layout |details| - https://developer.chrome.com/extensions/wallpaper#property-setWallpaper-details. This function returns a core.async channel of type `promise-chan` which eventually receives a result value. Signature of the result value put on the channel is [thumbnail] where: |thumbnail| - The jpeg encoded wallpaper thumbnail. It is generated by resizing the wallpaper to 128x60. In case of an error the channel closes without receiving any value and relevant error object can be obtained via chromex.error/get-last-error. https://developer.chrome.com/extensions/wallpaper#method-setWallpaper.
(tap-all-events chan)
Taps all valid non-deprecated events in chromex.ext.wallpaper namespace.
Taps all valid non-deprecated events in chromex.ext.wallpaper namespace.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close