# Plugin Name Explain in one or two sentences what the plugin does and why someone would use it. ## Plugin | Field | Value | | --- | --- | | ID | `/` | | Entries | Bar widget: ``; panel: ``; service: `` | | Launcher Prefix | `/` | ## Requirements Install `example-cli` on `PATH`. ## Usage Explain how to add or access every user-facing entry and describe the normal workflow. Use exact labels and ids. For a panel, include its copy-pasteable IPC command: ```sh noctalia msg panel-toggle /: ``` For a launcher provider, explain what to type after `/` and what activating a result does. For a shortcut, say where users add it in Settings. ## Settings | Setting | Type | Default | Description | | --- | --- | --- | --- | | `example_setting` | `bool` | `false` | What changing this setting does. | ## IPC ```sh noctalia msg plugin /: all [payload] ``` ## Notes