Files
community-plugins/wl-screen-mirror/plugin.toml
T
IlyaandGitHub 4c553d5676 feat: add Wayland Screen Mirror plugin (#86)
* feat: add wl-screen-mirror plugin

* fix: naming

* rename thumbnail

* fix(error): treat user termination as a clean stop
2026-07-23 19:18:08 -04:00

28 lines
555 B
TOML

id = "elijaharch/wl-screen-mirror"
name = "Wayland Screen Mirror"
version = "1.0.0"
plugin_api = 3
author = "elijaharch"
license = "MIT"
dependencies = ["wl-mirror"]
tags = ["bar", "panel", "service", "utility", "video"]
icon = "screen-share"
description = "Mirror one Wayland output to another with wl-mirror."
[[widget]]
id = "mirror"
entry = "widget.luau"
[[panel]]
id = "controls"
entry = "panel.luau"
width = 420
height = 390
placement = "attached"
position = "auto"
open_near_click = true
[[service]]
id = "mirror-service"
entry = "service.luau"