Skip to content

Commit 23d06d6

Browse files
.
1 parent 635151b commit 23d06d6

File tree

6 files changed

+14
-256
lines changed

6 files changed

+14
-256
lines changed

etc/proot-env/Hidpi/hidpi/app.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env bash
22

3-
SETTINGS_DIR=~/.config/hippo-HiDPI/
3+
SETTINGS_DIR=~/.config/udroid-HiDPI/
44
DESKTOP="$XDG_CURRENT_DESKTOP"
55

66
case "$DESKTOP" in
@@ -72,5 +72,5 @@ toggle_hidpi() {
7272
}
7373

7474
toggle_hidpi
75-
zenity --question --title='hippo HiDPI mode(experimental)' --text 'Do you want to keep this window-scaling mode?\n(prefer no if things look bad)' --timeout=15 --width=200 || \
75+
zenity --question --title='udroid HiDPI mode(experimental)' --text 'Do you want to keep this window-scaling mode?\n(prefer no if things look bad)' --timeout=15 --width=200 || \
7676
toggle_hidpi

etc/proot-env/Hidpi/xhidpi/app.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env bash
22

3-
SETTINGS_DIR=~/.config/hippo-HiDPI/
3+
SETTINGS_DIR=~/.config/udroid-HiDPI/
44
DESKTOP="$XDG_CURRENT_DESKTOP"
55

66
case "$DESKTOP" in
@@ -72,5 +72,5 @@ toggle_hidpi() {
7272
}
7373

7474
toggle_hidpi
75-
zenity --question --title='hippo HiDPI mode(experimental)' --text 'Do you want to keep this window-scaling mode?\n(prefer no if things look bad)' --timeout=15 --width=200 || \
75+
zenity --question --title='udroid HiDPI mode(experimental)' --text 'Do you want to keep this window-scaling mode?\n(prefer no if things look bad)' --timeout=15 --width=200 || \
7676
toggle_hidpi

etc/scripts/hippo/hippo.sh

Lines changed: 0 additions & 242 deletions
This file was deleted.

etc/scripts/udroid/udroid.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ INSTALL_FOLDER="${TPREFIX}/usr/var/lib/proot-distro/installed-rootfs"
1515
HIPPO_DIR="${INSTALL_FOLDER}/udroid"
1616
HIPPO_SCRIPT_FILE="${SCRIPT_DIR}/udroid.sh"
1717

18-
SOCIAL_PLATFORM="\e[34mhttps://discord.gg/TAqaG5sEfW"
18+
# SOCIAL_PLATFORM="\e[34mhttps://discord.gg/TAqaG5sEfW"
1919

2020
# HIPPO_DIR = "${INSTALL_FOLDER}/${HIPPO_DEFAULT}"
2121
# HIPPO_SCRIPT_FILE="${SCRIPT_DIR}/hippo.sh"
@@ -163,7 +163,7 @@ function __help()
163163
msg "------------------"#links goes here
164164
msg "for additional documentation see: \e[1;34mhttps://github.com/RandomCoderOrg/ubuntu-on-android#basic-usage"
165165
msg "report issues and feature requests at: \e[1;34mhttps://github.com/RandomCoderOrg/ubuntu-on-android/issues"
166-
msg "Join the community at DISCORD -> $SOCIAL_PLATFORM"
166+
# msg "Join the community at DISCORD -> $SOCIAL_PLATFORM"
167167
msg "------------------"
168168
}
169169

etc/scripts/vncserver/startvnc.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,5 @@ if ! $vnc; then
3030
vncserver -xstartup "${DEFAULT_XSTARTUP}" -desktop "Hippo Default VNC" :${port}
3131
else
3232
echo "A vncserver lock is found for port ${port}"
33-
echo -e "Use \e[1;32mhippo stoptvnc\e[0m or \e[1;32mstopvnc\e[0m to stop it and try again..."
33+
echo -e "Use \e[1;32mudroid stoptvnc\e[0m or \e[1;32mstopvnc\e[0m to stop it and try again..."
3434
fi

install.sh

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@
33
TPREFIX="/data/data/com.termux/files"
44
BIN_DIR="${TPREFIX}/usr/bin"
55

6-
echo "setting hippo..."
6+
echo "setting udroid..."
77

8-
if [ -f etc/scripts/hippo/hippo.sh ]; then
9-
FILE="etc/scripts/hippo/hippo.sh"
10-
if [ -f ${BIN_DIR}/hippo.sh ]; then
11-
rm -rf "${BIN_DIR}/hippo.sh"
8+
if [ -f etc/scripts/udroid/udroid.sh ]; then
9+
FILE="etc/scripts/udroid/udroid.sh"
10+
if [ -f ${BIN_DIR}/udroid.sh ]; then
11+
rm -rf "${BIN_DIR}/udroid.sh"
1212
fi
13-
cp ${FILE} ${BIN_DIR}/hippo
14-
chmod 775 ${BIN_DIR}/hippo
13+
cp ${FILE} ${BIN_DIR}/udroid
14+
chmod 775 ${BIN_DIR}/udroid
1515
else
1616
echo "Installation Failed..."
1717
exit 1

0 commit comments

Comments
 (0)