aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorHarvey Tindall <hrfee@protonmail.ch>2021-01-16 17:03:48 +0000
committerHarvey Tindall <hrfee@protonmail.ch>2021-01-16 17:03:48 +0000
commit7a3b3d52163e205972fcf197b8ae9c57bd2d0753 (patch)
tree5b50603857588871a5bd79503e5cb85ec71f5505 /README.md
parent750317a0d71de8c47233c019a7c07353d3103d5d (diff)
downloadwaybar-mpris-7a3b3d52163e205972fcf197b8ae9c57bd2d0753.tar.gz
waybar-mpris-7a3b3d52163e205972fcf197b8ae9c57bd2d0753.zip
update readme, mention AUR package
Diffstat (limited to 'README.md')
-rw-r--r--README.md12
1 files changed, 7 insertions, 5 deletions
diff --git a/README.md b/README.md
index c874371..e3a02d8 100644
--- a/README.md
+++ b/README.md
@@ -7,8 +7,8 @@ a waybar component/utility for displaying and controlling MPRIS2 compliant media
MPRIS2 is widely supported, so this component should work with:
* Chrome/Chromium
-* Firefox (Potentially, with `media.hardwaremediakeys.enabled = true` in about:config)
-* Other browsers (with kde plasma integration installed)
+* Firefox (Limited support with `media.hardwaremediakeys.enabled = true` in about:config)
+* Other browsers (using KDE Plasma Integration)
* VLC
* Spotify
* Noson
@@ -16,9 +16,11 @@ MPRIS2 is widely supported, so this component should work with:
* Most other music/media players
## Install
-`go get git.hrfee.pw/hrfee/waybar-mpris` will install the program, as well as the go dbus bindings and pflags for command-line arguments.
+Available on the AUR as [waybar-mpris-git](https://aur.archlinux.org/packages/waybar-mpris-git/) (Thanks @nichobi!)
-or download a precompiled binary from [here](https://builds2.hrfee.pw/view/hrfee/waybar-mpris).
+`go get git.hrfee.pw/hrfee/waybar-mpris` will compile from source and install.
+
+You can also download a precompiled binaries from [here](https://builds2.hrfee.pw/view/hrfee/waybar-mpris).
## Usage
When running, the program will pipe out json in waybar's format. Add something like this to your waybar `config.json`:
@@ -65,5 +67,5 @@ Usage of waybar-mpris:
* `player-prev`: Same as `player-next`, but for the previous player.
* `next/prev`: Next/previous track on the selected player.
* `toggle`: Play/pause.
- * *Note: you can also bind these commands to keys in your sway/other wm config.*
+ * You can also bind these commands to Media keys in your WM config.