You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -65,6 +65,10 @@ The name can vary depending on the package manager or distro
65
65
### Debian/Ubuntu and based
66
66
Download the latest `.deb` package in [releases](https://github.com/Toni500github/customfetch/releases/latest)
67
67
68
+
### Android widget
69
+
Download the latest `.apk` file in the [releases](https://github.com/Toni500github/customfetch/releases/latest)\
70
+
AFAIK The google play protect doesn't detect any malware. If your antivirus does, please open an [issue here](https://github.com/Toni500github/customfetch/issues)
71
+
68
72
### Arch and based (AUR)
69
73
```bash
70
74
# Terminal only
@@ -76,9 +80,7 @@ yay -S customfetch-gui-bin
76
80
77
81
### General Distros (Manual installation)
78
82
Download the latest `.tar.gz` tarball file in [releases](https://github.com/Toni500github/customfetch/releases/latest)\
79
-
It contains the binary `customfetch` and the manual `customfetch.1` with the `LICENSE`.\
80
-
Togheter with the directory `assets/ascii` with the distro ascii art logos.\
81
-
If installing the GUI app, there's `customfetch.desktop`
83
+
It contains the `/usr` directory where you'll install it in your distro. Useful for package managers too
82
84
83
85
### Arch and based (AUR) (source)
84
86
```bash
@@ -102,7 +104,6 @@ yay -S customfetch-gui-git
102
104
Download the latest apk build from the [GitHub actions](https://github.com/Toni500github/customfetch/actions/workflows/makefile.yml) artifacts\
103
105
If you can't download or you are not logged in GitHub, use this link: https://nightly.link/Toni500github/customfetch/workflows/makefile/main/customfetch-android-app.zip
104
106
105
-
106
107
### Android widget app (source)
107
108
```bash
108
109
# need java 17 + gradle 8.9 installed.
@@ -127,7 +128,7 @@ customfetch
127
128
128
129
## Config (with explanation)
129
130
130
-
Read the manual `customfetch.1` or the comments in the default generated config for knowing more about the configuration in customfetch.\
131
+
Read the manual `customfetch.1` or execute customfetch with the arg `-w` for knowing more about the configuration in customfetch.\
131
132
This is only an explaination about tags and preview, that can be always found in the documentation.
132
133
133
134
Here's an example using my config
@@ -154,7 +155,7 @@ layout = [
154
155
"${auto}Cursor: $<theme.cursor>",
155
156
"${auto}WM: $<user.wm_name> $<user.wm_version>",
156
157
"${auto}DE: $<user.de_name> $<user.de_version>",
157
-
"${auto}Disk (/): $<disk(/)>",
158
+
"$<auto.disk>",
158
159
"${auto}Swap: $<swap>",
159
160
"${auto}CPU: $<cpu>",
160
161
"${auto}GPU: $<gpu>",
@@ -169,7 +170,7 @@ layout = [
169
170
170
171
In the config we got an array variable called "layout". That's the variable where you customize how the infos should be displayed.\
171
172
There are 5 tags:
172
-
*`$<module.member>` - Used for printing the value of a member of a module.
173
+
*`$<module.member>` - Used for printing the system info value of a member of a module.
173
174
*`${color}` - Used for displaying text in a specific color.
174
175
*`$(bash command)` - Used to execute bash commands and print the output.
175
176
*`$[something,equalToSomethingElse,iftrue,ifalse]` - Conditional tag to display different outputs based on the comparison.
@@ -236,7 +237,7 @@ e.g `the number 50 is \< than 100 \& 98`
0 commit comments