Skip to content

Commit 7bb2b6c

Browse files
Update README.md
1 parent 748bcc2 commit 7bb2b6c

1 file changed

Lines changed: 19 additions & 3 deletions

File tree

README.md

Lines changed: 19 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,12 +30,20 @@
3030
</p>
3131
<img src="https://upload.wikimedia.org/wikipedia/commons/2/24/Transparent_Square_Tiles_Texture.png" width="1px" height="1px" align="left" />
3232
<img src="screenshots/pipeline-style.png" />
33+
<h2 align="center">
34+
It's even an <b>android widget</b> and <b>GTK3 app</b>
35+
</h2>
36+
<img align=right width=54.4% src="screenshots/gui-example.png"/>
37+
<img src="https://upload.wikimedia.org/wikipedia/commons/2/24/Transparent_Square_Tiles_Texture.png" width="45%" height="14px" align="right" />
38+
<img align=right width=54.2% src="screenshots/android_widget2.png"/>
39+
<p align=left>
40+
<img width=42.45% src="screenshots/android_widget.jpg" />
41+
</p>
3342

3443
## Key Features
35-
36-
* **GUI mode (GTK3)**: Run customfetch even as a GUI application
44+
* Run customfetch as a **terminal** or **GTK3 application** or even as an **android widget**
3745
* Really easy customizable and fast, check [Config (with explanation)](#config-with-explanation) section
38-
* Super lightweight, 3.1MB max
46+
* Super lightweight, 3.1MB max (compiled as terminal and GTK3 app for desktop)
3947

4048
## Depends
4149
currently requires **C++20**, but it's possible to compile with C++17 too (not officially supported)
@@ -94,6 +102,14 @@ yay -S customfetch-git
94102
yay -S customfetch-gui-git
95103
```
96104

105+
## Android app (source)
106+
```bash
107+
# need java 17 + gradle 8.9 installed.
108+
# It's suggested to build from android studio,
109+
# so you that you can install the NDK library
110+
./android/gradlew assembleDebug --project-dir=./android
111+
```
112+
97113
### Compile from (source) (unstable)
98114
```bash
99115
# clone the git dir

0 commit comments

Comments
 (0)