lpikora
lpikora
Fantastic job. I've tested it in my project and it works well. 👍 I've also added some comments to pull review commit's code - there is one potential problem with...
just add `modal-sm` (small) or custom class to dialog element classes using property `this.context.dialogClass` eg: ```js constructor(public dialog: DialogRef) { this.context = dialog.context; this.context.dialogClass = 'modal-dialog modal-sm'; } ```
Hi, great idea. Thank you for the suggestion. Image url have to be taken from https://www.bing.com/HPImageArchive.aspx?format=xml&idx=0&n=1&mkt=en-US instead of scraping bing.com also. I will definitely try to implement it when I...
I have released new version of script with support for market/country parameter. https://github.com/lpikora/bing-wallpaper-daily-mac-multimonitor/releases/tag/v1.2.0
I have released new version of script with `--all-desktops-experimental` parameter. It will set wallpaper on all currently opened desktops and monitors. Only drawback is that it restarting Dock application and...