From 461a9c22490cfad909ffabf662b0cbf0f8d1ae87 Mon Sep 17 00:00:00 2001 From: vikingowl Date: Sat, 28 Mar 2026 12:29:29 +0100 Subject: [PATCH] =?UTF-8?q?docs:=20update=20README=20=E2=80=94=20calculato?= =?UTF-8?q?r,=20converter,=20system=20moved=20to=20core?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 45eaeb9..af8b88e 100644 --- a/README.md +++ b/README.md @@ -4,9 +4,10 @@ Official plugins and script runtimes for [owlry](https://somegit.dev/Owlibou/owl ## Plugins +> **Note:** Calculator, converter, and system actions are now built into `owlry-core` (>= 1.2.0) and no longer require separate plugin packages. + | Plugin | Description | |--------|-------------| -| calculator | Mathematical expression evaluation | | bookmarks | Browser bookmark search (Firefox, Chrome) | | clipboard | Clipboard history via cliphist | | emoji | Emoji picker | @@ -15,7 +16,6 @@ Official plugins and script runtimes for [owlry](https://somegit.dev/Owlibou/owl | pomodoro | Pomodoro timer widget | | scripts | User script launcher | | ssh | SSH host quick-connect | -| system | Power and session management | | systemd | systemd user service control | | weather | Weather widget | | websearch | Web search with configurable engines |