Skip to content
This repository was archived by the owner on Apr 24, 2025. It is now read-only.

Commit de4a826

Browse files
authored
Merge pull request #6 from suhan-paradkar/patch-1
Make the README look cleaner
2 parents 1ed152a + 75c5048 commit de4a826

File tree

1 file changed

+31
-52
lines changed

1 file changed

+31
-52
lines changed

README-en.md

Lines changed: 31 additions & 52 deletions
Original file line numberDiff line numberDiff line change
@@ -3,41 +3,31 @@ Set up a beautiful xfce desktop in termux
33

44
## Requirements
55

6-
`No need root permissions`
6+
No root permissions required
77

8-
Android 7, 8, 9 o 10
8+
Android 7, 8, 9 or 10
99

1010
Termux : https://f-droid.org/en/packages/com.termux/
1111

1212
1 GB of ram minimum, 2 GB recommended
13-
1413
1 GB of space
15-
1614
A vnc client with which to connect, you can use this
1715

1816
https://play.google.com/store/apps/details?id=com.realvnc.viewer.android
1917

20-
You can also use xserver-xsdl, bvnc pro and kali-Kex
18+
You can also use xserver-xsdl, bvnc pro or kali-Kex
2119

2220
> Note: the play store termux is unmaintained and does not receive updates,
23-
do not use it, it has bugs, use the one from the link above
21+
do not use it, it is deprecated, use the one from the link above
2422

2523
# What is it?
2624

2725
This is an advanced configuration of termux x11, rich in features to be highly functional,
28-
good looking, highly customizable and with very good optimization, this was inspired by
29-
30-
https://github.com/WMCB-Tech/dotfiles
31-
32-
and
26+
good looking, highly customizable and with very good optimization, this was inspired by @WMCB-Tech 's (dotfiles)[https://github.com/WMCB-Tech/dotfiles] and from @adi1090x 's (termux-desktop)[https://github.com/adi1090x/termux-desktop] , resulting in a highly useful and optimized desktop.
3327

34-
https://github.com/adi1090x/termux-desktop
28+
# Screenshots:
3529

36-
Resulting in a highly useful and optimized desktop.
37-
38-
# screenshots:
39-
40-
> current version: 3.0.1 fresh update
30+
> current version: 3.0.1 latest
4131
4232
![escritorio](./fotos/desktop.png)
4333
![escritorio](./fotos/desktop2.png)
@@ -47,111 +37,100 @@ Resulting in a highly useful and optimized desktop.
4737
![escritorio](./fotos/desktop6.png)
4838
![escritorio](./fotos/desktop7.png)
4939

50-
> Note: This desktop runs under termux x11, it is not a proot distribution
40+
> Note: This desktop runs under termux natively, it is not a proot distribution
5141
5242
# Take a look at the pre-installed utilities
5343

54-
### --process viewer and music player
44+
### Task Manager and music player
5545

5646
![task](./fotos/task.png)
5747
![music](./fotos/music1.png)
5848
![music_player](./fotos/play_music.png)
5949

60-
### --surf the web, edit your files with Gvim, leafpad, and chat on irc channels with hexchat
50+
### Surf the web, edit your files with Gvim, leafpad, and chat on irc channels with hexchat
6151

6252
![image1](./fotos/web-and-mail.png)
6353
![image2](./fotos/chat_vim_text-editor.png)
6454

65-
### --program with good autocompletion and syntax highlighting with geany
55+
### Write code with autocompletion and syntax highlighting with geany
6656

6757
![Geany](./fotos/geany.png)
6858

69-
### --Play retro games or run windows 1, 2 or 3 on dosbox emulator
59+
### Play retro games or run windows 1, 2 or 3 on dosbox emulator
7060

7161
![xarchiver](./fotos/xarchiver.png)
7262
![install-doom](./fotos/install_doom.png)
7363
![doom men�?](./fotos/playdoom-menu.png)
7464
![play_doom](./fotos/play_doom.png)
7565

76-
> few apps ?, I have made a configuration to run the apps of a proot distro in termux x11! An example:
66+
### Less apps ?, I have made a configuration to run the apps of a proot distro in termux native desktop. An example:
7767

68+
```
7869
./start-ubuntu.sh
79-
8070
apt install firefox
81-
8271
export DISPLAY=:1
83-
8472
firefox
73+
```
8574

86-
### can run proot apps without problems
75+
### You can run proot apps without problems
8776

8877
![firefox](./fotos/proot-firefox.png)
8978
![libreoffice_load](./fotos/proot-libreoffice.png)
9079
![libreoffice_app](./fotos/proot-libreoffice2.png)
9180

92-
# instalation
81+
# Installation
9382

9483
?? Only in termux
9584

85+
```
9686
cd $HOME
97-
9887
pkg update && pkg upgrade
99-
10088
pkg install git
101-
10289
pkg install wget
103-
10490
git clone https://github.com/Yisus7u7/termux-desktop-xfce
105-
10691
cd termux-desktop-xfce
107-
10892
bash install-desktop-xfce.sh
93+
```
10994

110-
> after that just wait, the script will do its job
111-
112-
# Use
95+
After that just have a cup of coffee... the script will do its job
11396

114-
use the command:
97+
# Usage
11598

99+
```
116100
startdesktop
101+
```
117102

118103
Or
119104

105+
```
120106
vncserver -listen tcp
107+
```
121108

122109
To start the vnc server, connect to localhost: 1 Or the port indicated by the terminal.
123-
124110
Any error, question or suggestion, report it in:
125111
https://github.com/Yisus7u7/termux-desktop-xfce/issues
126112

127113
## Update
128114

129115
To update just run
130116

117+
```
131118
cd ~/termux-desktop-xfce
132-
133119
git pull
134-
135120
bash update-desktop.sh
121+
```
136122

137-
clever!
138-
139-
`note: if the folder does not exist or you deleted it to free up space then you should follow these steps:`
140-
141-
to update just run
123+
Note: if the folder does not exist or you deleted it to free up space then you should follow these steps:`
142124

125+
```
143126
cd $HOME
144-
145127
git clone https://github.com/Yisus7u7/termux-desktop-xfce
146-
147128
cd termux-desktop-xfce
148-
149129
bash update-desktop.sh
130+
```
150131

151-
`I hope you like this little work, don't forget to leave your 🌟 and share: 3`
132+
I hope you like this little work, don't forget to leave your 🌟 and share: 3
152133

153134
You can donate to this little project in PayPal
154135

155136
https://www.paypal.me/JesusChapman
156-
157-
Will be appreciated 😉

0 commit comments

Comments
 (0)