Skip to content

Commit 3b820f1

Browse files
committed
Doc: document wifi / battery support on Android
1 parent c1444c0 commit 3b820f1

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ Features:
2727
* Detect scaled resolutions (Windows, macOS)
2828
* Optimise font module printing (Windows)
2929
* Detect pacman package count inside MSYS2 environment (Windows)
30+
* Add Wifi / Battery module support for Android
3031

3132
Logos:
3233
* Raspbian (@IamNoRobot, #373)

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ Fastfetch is a [neofetch](https://github.com/dylanaraps/neofetch)-like tool for
1010
<img src="screenshots/example3.png" width="48%" align="top" />
1111
<img src="screenshots/example5.png" height="15%" align="top" />
1212

13+
There are [screenshots on different platforms](https://github.com/LinusDierheimer/fastfetch/wiki)
14+
1315
## Customization
1416

1517
With customization and speed being two competing goals, this project actually builds two executables.
@@ -79,6 +81,7 @@ For the image logo, only chafa is supported due to [the design flaw of ConPTY](h
7981

8082
* [`freetype`](https://www.freetype.org/): Used for Termux font detection. [`freetype`](https://github.com/termux/termux-packages/tree/master/packages/freetype)
8183
* [`libvulkan`](https://www.vulkan.org/): Vulkan module, also used for GPU detection. Usually has been provided by Android system. [`vulkan-loader-android`](https://github.com/termux/termux-packages/tree/master/packages/vulkan-loader-android) [`vulkan-headers`](https://github.com/termux/termux-packages/tree/master/packages/vulkan-headers)
84+
* [`termux-api`](https://github.com/termux/termux-api-package): Used for Wifi / Battery detection. Read [the official doc](https://wiki.termux.com/wiki/Termux:API) for detail or if you hang on these modules (IMPORTANT). [`termux-api`](https://github.com/termux/termux-packages/tree/master/packages/termux-api)
8285

8386
## Support status
8487
All categories not listed here should work without needing a specific implementation.

0 commit comments

Comments
 (0)