Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/duckonaut/live-wayland-reaction

Create an overlay of your choosing on your Wayland desktop
https://github.com/duckonaut/live-wayland-reaction

wayland wlr

Last synced: 16 days ago
JSON representation

Create an overlay of your choosing on your Wayland desktop

Awesome Lists containing this project

README

        

# live-wayland-reaction

Display an image of your choice over your Wayland compositor.

![demo](./assets/demo.png)

## Requirements:
- A wayland compositor supporting `wlr-layer-shell-unstable-v1`

## Usage
`live-wayland-reaction [OPTIONS]`

### Options:
```
-w, --width set the width of the overlay
default: image width
-h, --height set the height of the overlay
default: image height
-m, --margin set the margin of the overlay
default: 0
-a, --anchor : set the anchors of the overlay
(top|middle|bottom):(left|middle|right)
default: top:left
```

### Example:
`live-wayland-reaction /path/to/image.png -w 240 -m 8 -a top:middle`