From d9eea91d2b38d25a5d63a40cf34e43a0b42f7224 Mon Sep 17 00:00:00 2001 From: Yocraft-2000 <304616174+Yocraft-2000@users.noreply.github.com> Date: Sat, 18 Jul 2026 08:34:38 +0200 Subject: [PATCH] Fix README and plugin.toml --- web-launcher/README.md | 6 +++--- web-launcher/plugin.toml | 3 +++ 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/web-launcher/README.md b/web-launcher/README.md index f8bd1d1..8c4db6d 100644 --- a/web-launcher/README.md +++ b/web-launcher/README.md @@ -8,11 +8,11 @@ Quickly open your favorite websites from the launcher. Favicons are downloaded a | --- | --- | | ID | `yocraft/web-launcher` | | Entries | Launcher provider: `web-launcher` | -| Launcher Prefix | `web` | +| Launcher Prefix | `/web` | ## Requirements -A browser. +A browser and `xdg-utils`. ## Usage @@ -25,7 +25,7 @@ You can customize the list and order of websites in settings. | Setting | Type | Default | Description | | --- | --- | --- | --- | | `links` | `string_list` | `see below` | Websites list and order. | -| `notify` | `bool` | `false` | Toggle notification when launching website. | +| `notify` | `bool` | `true` | Toggle notification when launching website. | | `icon_provider` | `select` | `google` | Icon download source. | Default links: diff --git a/web-launcher/plugin.toml b/web-launcher/plugin.toml index 6e43d45..179ccc4 100644 --- a/web-launcher/plugin.toml +++ b/web-launcher/plugin.toml @@ -5,6 +5,9 @@ plugin_api = 3 author = "yocraft" description = "Quickly open your favorite websites from the launcher." tags = ["launcher", "utility", "network", "productivity"] +dependencies = [ "xdg-utils" ] +licence = "MIT" +icon = "world" [[launcher_provider]] id = "web-launcher"