Readme: explain gsettings
Signed-off-by: Vasiliy Doylov <nekocwd@mainlining.org>
This commit is contained in:
parent
5ddc0c068e
commit
eea25b45b6
1 changed files with 6 additions and 5 deletions
11
README.md
11
README.md
|
@ -3,7 +3,6 @@
|
||||||
Yep, it's written in Vala
|
Yep, it's written in Vala
|
||||||
|
|
||||||
## Galery
|
## Galery
|
||||||
|
|
||||||
<table>
|
<table>
|
||||||
<tr>
|
<tr>
|
||||||
<td align="center">
|
<td align="center">
|
||||||
|
@ -38,15 +37,17 @@ Yep, it's written in Vala
|
||||||
## Installing from my nightly repo
|
## Installing from my nightly repo
|
||||||
1) [Add my nightly repo](https://git.nekocwd.duckdns.org/Administration/Documentation/src/branch/master/install-nightly-repo.md)
|
1) [Add my nightly repo](https://git.nekocwd.duckdns.org/Administration/Documentation/src/branch/master/install-nightly-repo.md)
|
||||||
2) Install plugin
|
2) Install plugin
|
||||||
```
|
```sh
|
||||||
sudo apk add phosh-plugin-mediaplayer@nightly
|
sudo apk add phosh-plugin-mediaplayer@nightly
|
||||||
```
|
```
|
||||||
3) Enable plugin for quick settings and/or for lockscreen
|
3) Enable plugin for quick settings and/or for lockscreen
|
||||||
|
|
||||||
## Enabling plugin
|
## Enabling plugin
|
||||||
|
You can enable it via gsettings
|
||||||
You can enable it via gsettings `sm.puri.phosh.plugins` -> `lock-screen` or `quick-settings`
|
```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
|
Or you can use `phosh-mobile-settings` app
|
||||||
|
|
||||||
## Building
|
## Building
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue