mirror of
https://gitlab.com/Nanolx/NanoDroid
synced 2024-11-02 03:40:13 +00:00
update docs
This commit is contained in:
parent
e022397031
commit
fd27c018a2
@ -82,6 +82,7 @@
|
|||||||
|
|
||||||
* NanoDroid-Font
|
* NanoDroid-Font
|
||||||
* new script to change the system font (Full package only)
|
* new script to change the system font (Full package only)
|
||||||
|
* Magisk Mode only
|
||||||
* controlled by nanodroid_fonts setup variable
|
* controlled by nanodroid_fonts setup variable
|
||||||
* possible fonts:
|
* possible fonts:
|
||||||
* FAST
|
* FAST
|
||||||
@ -91,6 +92,7 @@
|
|||||||
* SuperMarioMaker
|
* SuperMarioMaker
|
||||||
* SuperMario
|
* SuperMario
|
||||||
* example: `nanodroid-font --set Splatoon2` and reboot
|
* example: `nanodroid-font --set Splatoon2` and reboot
|
||||||
|
* currently this is not saved during updates
|
||||||
* shell name: nanodroid-font
|
* shell name: nanodroid-font
|
||||||
* shell name: nfnt
|
* shell name: nfnt
|
||||||
|
|
||||||
|
@ -4,6 +4,8 @@
|
|||||||
|
|
||||||
The `nanodroid-font` Script, respectively it's shortcut `nfnt` is used to change the System UI font (reboot required to take effect), this feature exists in Magisk Mode only
|
The `nanodroid-font` Script, respectively it's shortcut `nfnt` is used to change the System UI font (reboot required to take effect), this feature exists in Magisk Mode only
|
||||||
|
|
||||||
|
The Font is not saved during NanoDroid Updates, thus needs to be re-applied after an update; restoration support during updates is a planned feature
|
||||||
|
|
||||||
## Invocation
|
## Invocation
|
||||||
|
|
||||||
From within a terminal on your device, for example `adb shell` or `Termux` invoke the script using either
|
From within a terminal on your device, for example `adb shell` or `Termux` invoke the script using either
|
||||||
|
Loading…
Reference in New Issue
Block a user