An open API service indexing awesome lists of open source software.

https://github.com/tiandi0228/electron-wallpaper

开发可以修改桌面背景的app
https://github.com/tiandi0228/electron-wallpaper

desktop electron macos typescript vue3 windows

Last synced: 3 months ago
JSON representation

开发可以修改桌面背景的app

Awesome Lists containing this project

README

        

### 桌面壁纸

#### mac
在mac下可以使用自带的命令来更换桌面的壁纸
```
osascript -e 'tell application "Finder" to set desktop picture to POSIX file "图片的路径"'`
```

#### win
在win下面更换壁纸使用命令有时刷新,有时不刷新,然后参考了这篇文章 [[传送门](https://c-nergy.be/blog/?p=15291)],window下运行需要右键管理权限