summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGhostNaN <59353890+GhostNaN@users.noreply.github.com>2020-08-02 06:32:28 +0000
committerGitHub <noreply@github.com>2020-08-02 06:32:28 +0000
commitb836f8ee98b8dc863ceee07d862b8047c2594afa (patch)
tree32730eca569647629950bbf68646f15aec195046
parent6205c8d7b4643f6bf31fc4ba9abe592f87059403 (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 40b1999..3c47606 100644
--- a/README.md
+++ b/README.md
@@ -1,3 +1,4 @@
+![Preview](https://github.com/GhostNaN/mpvpaper/blob/assests/preview.png)
# MPVPaper
### MPVPaper is a wallpaper program for wlroots based wayland compositors such as sway that allows you to ~~render glsl shaders~~ play videos with mpv as your wallpaper.
###### Or a fork of glpaper that plays videos using mpv, instead of rendering shaders.
@@ -31,12 +32,12 @@ 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
```
-If you are on sway you can get your display outputs with:
+If you are on sway, you can get your display outputs with:
```
swaymsg -t get_outputs
```
## Acknowledgments
-- glpaper for the boilderplate code check em out here:
+- glpaper for the boilderplate code, check em out here:
- https://hg.sr.ht/~scoopta/glpaper
## License
This project is licensed under the GPLv3 License - see the [LICENSE](/LICENSE) file for details