No description
Find a file
Vasiliy Doylov eea25b45b6
All checks were successful
PostmarketOS Build / Prepare (push) Successful in 8s
PostmarketOS Build / Build for aarch64 (push) Successful in 2m43s
PostmarketOS Build / Build for x86_64 (push) Successful in 42s
Readme: explain gsettings
Signed-off-by: Vasiliy Doylov <nekocwd@mainlining.org>
2025-07-11 07:49:36 +03:00
.forgejo/workflows Add CI 2025-07-10 20:01:44 +03:00
assets Update readme 2025-07-11 06:11:01 +03:00
package/alpine Add CI 2025-07-10 20:01:44 +03:00
po example: Add example Vala quick setting plugin 2025-06-07 11:55:03 +02:00
src Margin for lockscreen mode 2025-07-11 05:52:32 +03:00
subprojects UI: Port to blueprint 2025-07-10 00:01:19 +03:00
vapi example: Add example Vala quick setting plugin 2025-06-07 11:55:03 +02:00
.editorconfig example: Add example Vala quick setting plugin 2025-06-07 11:55:03 +02:00
.gitignore UI: Port to blueprint 2025-07-10 00:01:19 +03:00
meson.build meson: remove annoying C warnings 2025-07-11 05:10:08 +03:00
NEWS example: Add example Vala quick setting plugin 2025-06-07 11:55:03 +02:00
README.md Readme: explain gsettings 2025-07-11 07:49:36 +03:00

Beautiful media player for Phosh

Yep, it's written in Vala

Galery

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

Installing from my nightly repo

  1. Add my nightly repo
  2. Install plugin
sudo apk add phosh-plugin-mediaplayer@nightly
  1. Enable plugin for quick settings and/or for lockscreen

Enabling plugin

You can enable it via gsettings

gsettings set sm.puri.phosh.plugins quick-settings "['media-player']"
gsettings set sm.puri.phosh.plugins lock-screen "['media-player']"

Or you can use phosh-mobile-settings app

Building

We use the meson (and thereby Ninja) build system for phosh. The quickest way to get going is to do the following:

meson setup _build
meson install -C _build

License

phosh-media-player are licensed under the GPL-3.0-or-later licence.