summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGhostNaN <59353890+GhostNaN@users.noreply.github.com>2020-08-02 04:12:25 +0000
committerGitHub <noreply@github.com>2020-08-02 04:12:25 +0000
commitbd9cbc25364d037d7275ddf32a4d39cd92866eea (patch)
treebf3f59f47f185149a7133ba08b9b38b9a67c5426
parent6205c8d7b4643f6bf31fc4ba9abe592f87059403 (diff)
Delete README.md
-rw-r--r--README.md42
1 files changed, 0 insertions, 42 deletions
diff --git a/README.md b/README.md
deleted file mode 100644
index 40b1999..0000000
--- a/README.md
+++ /dev/null
@@ -1,42 +0,0 @@
-# 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.
-## Dependencies
-- mpv
-
-## Building
-### Building Requirements:
-
-- ninja
-- meson
-- pkg-config
-
-```
-git clone https://github.com/GhostNaN/mpvpaper
-cd mpvpaper
-meson build
-cd build
-ninja
-```
-## Installing
-```
-sudo cp mpvpaper /usr/bin
-```
-## Usage
-Simple example:
-```
-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
-```
-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:
- - https://hg.sr.ht/~scoopta/glpaper
-## License
-This project is licensed under the GPLv3 License - see the [LICENSE](/LICENSE) file for details