diff --git a/README.md b/README.md index 4285c5a..e510f01 100644 --- a/README.md +++ b/README.md @@ -1,27 +1,53 @@ -# phosh-vala-plugins +# Beautiful media player for Phosh -Extra phosh plugins written in Vala +Yep, it's written in Vala -## License +## Galery -phosh-vala-plugins are licensed under the GPL-3.0-or-later licence. + + + + + + + + + + + +
+ Home Screen
+ Lock screen 1 +
+ Settings
+ Lock screen 2 +
+ Profile
+ Lock screen 3 +
+ Dashboard
+ Quick settings 1 +
+ Notifications
+ Quick settings 2 +
+ Help
+ Quick settings 1 +
-## Getting the source +## Installing from my nightly repo +1) [Add my nightly repo](https://git.nekocwd.duckdns.org/Administration/Documentation/src/branch/master/install-nightly-repo.md) +2) Install plugin + ``` + sudo apk add phosh-plugin-mediaplayer@nightly + ``` +3) Enable plugin for quick settings and/or for lockscreen -```sh -git clone https://gitlab.gnome.org/guidog/phosh-vala-plugins -cd phosh-vala-plugins -``` +## Enabling plugin -The [main][] branch has the current development version. +You can enable it via gsettings `sm.puri.phosh.plugins` -> `lock-screen` or `quick-settings` -## Dependencies - -On a Debian based system run - -```sh -sudo apt-get -y install build-essential meson valac libphosh-0.45-dev -``` +Or you can use `phosh-mobile-settings` app ## Building @@ -30,26 +56,9 @@ quickest way to get going is to do the following: ```sh meson setup _build -meson compile -C _build -``` - -## Running - -### Running from the source tree - -As the plugins need to be found by phosh the simplest way is to -install them: - -```sh meson install -C _build ``` -Afterwards you enable the plugin via the `sm.puri.phosh.plugins` -`lock-screen` or `quick-settings` gsetting. +## License -## Getting in Touch - -* Issue tracker: -* Matrix: - -[main]: https://gitlab.gnome.org/guido/phosh-vala-plugins +phosh-media-player are licensed under the GPL-3.0-or-later licence. diff --git a/assets/shot-1.png b/assets/shot-1.png new file mode 100644 index 0000000..bdbb20e Binary files /dev/null and b/assets/shot-1.png differ diff --git a/assets/shot-2.png b/assets/shot-2.png new file mode 100644 index 0000000..71bc2f2 Binary files /dev/null and b/assets/shot-2.png differ diff --git a/assets/shot-3.png b/assets/shot-3.png new file mode 100644 index 0000000..7c0693f Binary files /dev/null and b/assets/shot-3.png differ diff --git a/assets/shot-4.png b/assets/shot-4.png new file mode 100644 index 0000000..40b9f52 Binary files /dev/null and b/assets/shot-4.png differ diff --git a/assets/shot-5.png b/assets/shot-5.png new file mode 100644 index 0000000..c021421 Binary files /dev/null and b/assets/shot-5.png differ diff --git a/assets/shot-6.png b/assets/shot-6.png new file mode 100644 index 0000000..f90a61a Binary files /dev/null and b/assets/shot-6.png differ