From 4008bf15f2a143e13f38ce542276d5efb51012d1 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sun, 19 Jul 2026 12:45:44 +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 2349b88..0b2d673 100644 --- a/catalog.toml +++ b/catalog.toml @@ -284,3 +284,14 @@ icon = "device-gamepad-2" description = "Set the DualShock 4 lightbar colour from a bar button and panel." plugin_api = 3 tags = ["gaming", "hardware", "utility", "bar", "panel"] + +[[plugin]] +id = "jinliu/imagemagick-clock" +name = "ImageMagick Clock" +version = "1.0.0" +author = "Jin Liu" +license = "MIT" +icon = "clock" +description = "A custom clock drawn with ImageMagick." +plugin_api = 3 +tags = ["clock"]