14 lines
681 B
Markdown
Executable File
14 lines
681 B
Markdown
Executable File
# BingWallpaper_GNOME
|
|
Change wallpaper of GNOME with Bing wallpaper on one click.
|
|
|
|
## Changelog
|
|
### V1.0 (2025-04-26)
|
|
Get Bing wallpaper API, parse image url, download image, set GNOME wallpaper.
|
|
|
|
## Reference
|
|
[guide](https://gjs.guide/extensions/development/creating.html)
|
|
[Soup](https://libsoup.gnome.org/libsoup-3.0/index.html)
|
|
[bing-wallpaper-gnome-extension](https://github.com/neffo/bing-wallpaper-gnome-extension)
|
|
[g_app_info_launch_default_for_uri](https://docs.gtk.org/gio/type_func.AppInfo.launch_default_for_uri.html)
|
|
[shell_global_create_app_launch_context](https://gnome.pages.gitlab.gnome.org/gnome-shell/shell/method.Global.create_app_launch_context.html)
|