summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGhostNaN <59353890+GhostNaN@users.noreply.github.com>2020-08-02 17:39:56 +0000
committerGitHub <noreply@github.com>2020-08-02 17:39:56 +0000
commitd98197827408d18487406d41a3ef0991f950bc61 (patch)
tree44576548e41c1af654f6544e2e994bbb90780ce8
parent339c53bd03bce27cf7272e20d1a28943152d053c (diff)
Update README.md
-rw-r--r--README.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/README.md b/README.md
index 3c47606..50e2819 100644
--- a/README.md
+++ b/README.md
@@ -4,6 +4,7 @@
###### Or a fork of glpaper that plays videos using mpv, instead of rendering shaders.
## Dependencies
- mpv
+- wlroots
## Building
### Building Requirements:
@@ -13,7 +14,7 @@
- pkg-config
```
-git clone https://github.com/GhostNaN/mpvpaper
+git clone --single-branch https://github.com/GhostNaN/mpvpaper
cd mpvpaper
meson build
cd build
@@ -30,7 +31,7 @@ mpvpaper DP-2 /path/to/video
```
You can also pass mpv options by passing "--mpv-options" or "-o" like so:
```
-mpvpaper -o "no-audio --loop shuffle" HDMI-A-1 www.url/to/video
+mpvpaper -o "no-audio --loop-playlist shuffle" HDMI-A-1 www.url/to/playlist
```
If you are on sway, you can get your display outputs with:
```