summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGhostNaN <59353890+GhostNaN@users.noreply.github.com>2020-08-03 02:04:56 +0000
committerGitHub <noreply@github.com>2020-08-03 02:04:56 +0000
commit8188bb5d9ac00b25a821f05ba36cab7195438c0a (patch)
tree371a28cf6ec71fe05766387791baa86e02682b03
parent4927e4e3d2847cc8034a8b6d53f5a4fe7a9f61f7 (diff)
Added AUR
-rw-r--r--README.md8
1 files changed, 6 insertions, 2 deletions
diff --git a/README.md b/README.md
index 33f0397..b1d0b49 100644
--- a/README.md
+++ b/README.md
@@ -21,6 +21,10 @@ cd build
ninja
```
## Installing
+### Arch Based:
+AUR package: https://aur.archlinux.org/packages/mpvpaper-git/
+
+### If building:
```
sudo cp mpvpaper /usr/bin
```
@@ -33,12 +37,12 @@ You can also pass mpv options by passing "--mpv-options" or "-o" like so:
```
mpvpaper -o "no-audio --loop-playlist shuffle" HDMI-A-1 www.url/to/playlist
```
+## Notes
If you are on sway, you can get your display outputs with:
```
swaymsg -t get_outputs
```
-## Notes
-If you are on sway, make sure you don't let swaybg stand in your way:
+And make sure you don't let swaybg stand in your way:
```
killall swaybg
```