- Notifications
You must be signed in to change notification settings - Fork0
License
MightyPlaza/wbg-splash
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Super simple wallpaper application for Wayland compositorsimplementing the layer-shell protocol.
Wbg takes a single command line argument: a path to an imagefile. This image is displayed scaled-to-fit on all monitors.
More display options, and/or the ability to set a per-monitorwallpapermay be added in the future.
- pixman
- wayland (client andcursor libraries)
- libpng (optional)
- libjpeg (optional)
- libwebp (optional)
- libjxl (optional)
- libjxl_threads (optional)
Note that if SVG support is disabled at least one oflibpng,libjpeg,libwebp andlibjxl is required.
libjxl_threads is recommended for better performance decoding JPEG XL images
- Development packages for all the libraries listed underruntime.
- wayland-protocols
- tllist
meson --buildtype=release buildninja -C buildsudo ninja -C build install
By default, PNG, JPEG, JPEG XL and WebP support is auto-detected. You can forcedisable/enable them with the meson command line options-Dpng=disabled|enabled
,-Djpeg=disabled|enabled
and-Dwebp=disabled|enabled
-Djxl=disabled|enabled
.SVG support is enabled by default (as it does not require additionaldependencies). You can disable it with the meson command line option-Dsvg=false
- https://codeberg.org/droc12345/wbg - adds support for directorieswith images, random, timer flags.
Wbg is released under theMIT license.
Wbg (optionally) uses nanosvg, released under theZliblicense.
About
Resources
License
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Packages0
Contributors6
Uh oh!
There was an error while loading.Please reload this page.