Readme: explain gsettings
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

Signed-off-by: Vasiliy Doylov <nekocwd@mainlining.org>
This commit is contained in:
Vasiliy Doylov 2025-07-11 07:49:36 +03:00
parent 5ddc0c068e
commit eea25b45b6

View file

@ -3,7 +3,6 @@
Yep, it's written in Vala
## Galery
<table>
<tr>
<td align="center">
@ -38,15 +37,17 @@ Yep, it's written in Vala
## 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
```
```sh
sudo apk add phosh-plugin-mediaplayer@nightly
```
3) Enable plugin for quick settings and/or for lockscreen
## Enabling plugin
You can enable it via gsettings `sm.puri.phosh.plugins` -> `lock-screen` or `quick-settings`
You can enable it via gsettings
```sh
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