This repository has been archived by the owner on Jan 11, 2020. It is now read-only.
Releases: way-cooler/way-cooler-bg
Releases · way-cooler/way-cooler-bg
Removed D-Bus dependency, uses wayland protocol, can assign to multiple outputs
Pre-release
- Renamed to
wc-bg
- Uses a wayland protocol to communicate with the compositor
- Removed D-Bus dependency
- Can assign to multiple outputs
- Background no longer disappears when moving between TTYs
Fixed colors, can now specify string color
You can now specify a color as a string (e.g you no longer need to give it an explicit number).
This fix also fixes the color drastically, as before it would affect the alpha value. Now, the alpha value is always max. This means the colors will better reflect what the user expects.
Added modes
- Added modes to control how images are rendered by the background program.
- Changed how the inputs work, now currently using clap
- Optional dependency on D-Bus that queries for the output size to render the size of the background correctly
- In a later version this will be removed, and use the Wayland protocol to get the correct size.
v0.1.0: Merge pull request #1 from raboof/patch-2
More 'for dummies' build instructions