Files
community-plugins/web-launcher/README.md
T
Yocraft-2000andGitHub 36758bee4f Web launcher plugin update (#47)
* feat: refresh results when a favicon finishes downloading

* fix: bump version

* feat: add command setting

* fix: fallback command if empty or not set
2026-07-18 19:02:22 -04:00

41 lines
1.2 KiB
Markdown

# Web Launcher
Quickly open your favorite websites from the launcher. Favicons are downloaded automatically!
## Plugin
| Field | Value |
| --- | --- |
| ID | `yocraft/web-launcher` |
| Entries | Launcher provider: `web-launcher` |
| Launcher Prefix | `/web` |
## Requirements
A browser and `xdg-utils` (optional with advanced command setting).
## Usage
Open the Noctalia launcher and type `/web` to list all configurated websites.
Continue typing to filter by name, then activate a result to launch that website in your default browser.
You can customize the list and order of websites in settings.
## Settings
| Setting | Type | Default | Description |
| --- | --- | --- | --- |
| `links` | `string_list` | `see below` | Websites list and order. |
| `notify` | `bool` | `true` | Toggle notification when launching website. |
| `icon_provider` | `select` | `google` | Icon download source. |
| `command` | `string` | `xdg-open` | Command that launches the website. |
Default links:
```
"GitHub|https://github.com",
"GitLab|https://gitlab.com",
"Codeberg|https://codeberg.org",
"Reddit|https://reddit.com",
"YouTube|https://youtube.com",
"Gmail|https://mail.google.com",
```