Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/duckonaut/live-wayland-reaction
- Owner: Duckonaut
- Created: 2023-11-28T18:47:48.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-08T12:02:40.000Z (about 1 year ago)
- Last Synced: 2024-11-02T10:42:16.365Z (2 months ago)
- Topics: wayland, wlr
- Language: C
- Size: 1.37 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`