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"