Fix README and plugin.toml
This commit is contained in:
@@ -8,11 +8,11 @@ Quickly open your favorite websites from the launcher. Favicons are downloaded a
|
|||||||
| --- | --- |
|
| --- | --- |
|
||||||
| ID | `yocraft/web-launcher` |
|
| ID | `yocraft/web-launcher` |
|
||||||
| Entries | Launcher provider: `web-launcher` |
|
| Entries | Launcher provider: `web-launcher` |
|
||||||
| Launcher Prefix | `web` |
|
| Launcher Prefix | `/web` |
|
||||||
|
|
||||||
## Requirements
|
## Requirements
|
||||||
|
|
||||||
A browser.
|
A browser and `xdg-utils`.
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
|
||||||
@@ -25,7 +25,7 @@ You can customize the list and order of websites in settings.
|
|||||||
| Setting | Type | Default | Description |
|
| Setting | Type | Default | Description |
|
||||||
| --- | --- | --- | --- |
|
| --- | --- | --- | --- |
|
||||||
| `links` | `string_list` | `see below` | Websites list and order. |
|
| `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. |
|
| `icon_provider` | `select` | `google` | Icon download source. |
|
||||||
|
|
||||||
Default links:
|
Default links:
|
||||||
|
|||||||
@@ -5,6 +5,9 @@ plugin_api = 3
|
|||||||
author = "yocraft"
|
author = "yocraft"
|
||||||
description = "Quickly open your favorite websites from the launcher."
|
description = "Quickly open your favorite websites from the launcher."
|
||||||
tags = ["launcher", "utility", "network", "productivity"]
|
tags = ["launcher", "utility", "network", "productivity"]
|
||||||
|
dependencies = [ "xdg-utils" ]
|
||||||
|
licence = "MIT"
|
||||||
|
icon = "world"
|
||||||
|
|
||||||
[[launcher_provider]]
|
[[launcher_provider]]
|
||||||
id = "web-launcher"
|
id = "web-launcher"
|
||||||
|
|||||||
Reference in New Issue
Block a user