From cf4074872e21044245ea02db741f2827d3c3d752 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 23 Jul 2026 23:18:20 +0000 Subject: [PATCH] chore: update plugin catalog [skip ci] --- catalog.toml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/catalog.toml b/catalog.toml index 1abc48f..462799e 100644 --- a/catalog.toml +++ b/catalog.toml @@ -417,3 +417,14 @@ icon = "switch-horizontal" description = "Switch audio inputs and outputs, hand off Bluetooth devices, and control them from compositor keybinds." plugin_api = 5 tags = ["audio", "bar", "hardware", "panel", "service", "system", "utility"] + +[[plugin]] +id = "elijaharch/wl-screen-mirror" +name = "Wayland Screen Mirror" +version = "1.0.0" +author = "elijaharch" +license = "MIT" +icon = "screen-share" +description = "Mirror one Wayland output to another with wl-mirror." +plugin_api = 3 +tags = ["bar", "panel", "service", "utility", "video"]