Skip to content
 
 

Repository files navigation

wmde-bg

WMDE session service which applies backgrounds to displays. Supports the following features:

  • Supports common image formats supported by image-rs
  • 8 and 10-bit background surface layers
  • Use of colors and gradients for backgrounds
  • Per-display background application
  • Wallpaper slideshows that alternate between backgrounds periodically

Dependencies

This fork is Arch-only and builds in the pinned wmde-build-full container. Package names (pacman):

  • rust
  • just
  • git
  • wayland
  • libxkbcommon
  • dav1d
  • clang
  • lld
  • pkgconf

See PKGBUILD for the authoritative dependency list.

Install

A release build can be generated by running just, and then installed with sudo just install.

If packaging, use the rootdir variable to change the root path, in addition to the prefix: just rootdir="$pkgdir" prefix=/usr install.

To reduce compile times across WMDE applications, either use sccache, or set CARGO_TARGET_DIR to a shared path and install with sudo -E just install.

Debugging

To get debug logs from the service, first kill the wmde-bg process a few times in a row to prevent it from being launched by wmde-session. Then launch it with just run to display backtraces and debug logs in the terminal.

License

Licensed under the Mozilla Public License Version 2.0.

Contribution

Any contribution intentionally submitted for inclusion in the work by you shall be licensed under the Mozilla Public License Version 2.0 (MPL-2.0). Each source file should have a SPDX copyright notice at the top of the file:

// SPDX-License-Identifier: MPL-2.0

About

WMDE wallpaper daemon - fork of pop-os/cosmic-bg

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages