Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,18 @@ that works with Omarchy's existing media controls.
omarchy plugin add https://github.com/getsubwave/omarchy-subwave.git --enable
```

## Dependencies

The plugin requires Omarchy Quattro and these Arch packages:

```text
curl jq mpv mpv-mpris socat
```

They provide the public station fetcher, JSON validation, guarded audio player,
MPRIS integration, and local MPV control socket. The plugin does not install or
modify system packages itself.

The community directory works immediately. To put your own self-hosted station
first in the list, configure its bare public origin:

Expand Down
Loading