Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove trailing whitespace #9

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,22 +24,22 @@ T-Remix or Termux will Help to Customise Your Termux in such a way that you will
one more feature that we have added is that you can change dollar sign and put anything you want in that place.
Hope you guys like this Project,then dont forget to give it a like and stay connected for such amazing projects.

* `Change Log`
* `Change Log`
```
• New Banner Fonts Added
• New Theme Feature Added
• Multiple Curser Choise
• Multiple Curser Choise
• Lock Screen Bugs Fixed
• Access Granted Sound
• New Fonts In Termux Added
• Password Protection
```
### Installation T-Remix

* `Commands` for termux
```
$ termux-setup-storage

$ pkg update && pkg upgrade && pkg install git -y

$ git clone https://github.com/Bhaviktutorials/T-Remix
Expand Down Expand Up @@ -78,7 +78,7 @@ $ bash t-remix.sh

***

### To Remove T-Remix :-
### To Remove T-Remix :-

* type below command from anywhere & choose the option you want to remove
```
Expand Down
8 changes: 4 additions & 4 deletions bash.bashrc
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ command_not_found_handle() {
tput civis
mpv /sdcard/hacker.mp3 > /dev/null 2>&1
clear
echo
echo "
< ━━━━━━━━━━━━━━ [★] T E R M U X [★] ━━━━━━━━━━━━━━ > " |lolcat
echo
echo
echo "
< ━━━━━━━━━━━━━━ [★] T E R M U X [★] ━━━━━━━━━━━━━━ > " |lolcat
echo


14 changes: 7 additions & 7 deletions login
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
#!/data/data/com.termux/files/usr/bin/sh
# Hacker bannner
# Password login
# execute login shell
# execute login shell
# exit from termux for incorrect password

echo
echo
echo
echo
echo
echo
echo "
━━━━━━━━━━━━━━━━━━━━━━━━━ [★] L O G I N [★] ━━━━━━━━━━━━━━━━━━━━━━━━━━━ " |lolcat
echo
echo "
echo "
██╗ ██╗ █████╗ █████╗ ██╗ ██╗███████╗██████╗
██║ ██║██╔══██╗██╔══██╗██║ ██╔╝██╔════╝██╔══██╗
███████║███████║██║ ╚═╝█████═╝ █████╗ ██████╔╝
Expand All @@ -20,8 +20,8 @@ echo "
echo
echo "
━━━━━━━━━━━━━━━━━━━━━━━━━ [★] W E L C O M E [★] ━━━━━━━━━━━━━━━━━━━━━━━━ " |lolcat
echo
echo
echo
echo

if [ $# = 0 ] && [ -f $PREFIX/etc/motd ] && [ ! -f ~/.hushlogin ]; then
cat $PREFIX/etc/motd
Expand Down
2 changes: 1 addition & 1 deletion login.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,5 +37,5 @@

if motd and not hush:
print(open(prefix + "/etc/motd").read())

os.system(sys.argv[1] + " " + sys.argv[2])
14 changes: 7 additions & 7 deletions login.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
# T-Remix 2.0 #
#########################################

# abort the login if python is not installed
# abort the login if python is not installed
# re run the script bash t-remiix.sh
# elif prcoceed the login
# elif prcoceed the login

#copying login file to bin
cd $HOME/T-Remix
Expand All @@ -26,13 +26,13 @@ if [ -d "$DIR" ]; then
rm /data/data/com.termux/files/usr/etc/motd
else
### Control will jump here if $DIR does NOT exists ###
echo
echo
fi

#Dir checker
DIR1="/data/data/com.termux/files/usr/share/login/"
if [ -d "$DIR1" ]; then
echo
echo
else
# Take action if $DIR exists. #
mkdir /data/data/com.termux/files/usr/share/login/
Expand All @@ -54,7 +54,7 @@ fi
#Hidding up a user input
tput civis
echo -e "\e[1;33m☆\e[1;32m:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::\e[1;33m☆\e[m "
echo
echo
echo -e "\e[34m[*]\e[m \e[33m Please wait \e[m"
echo
sleep 3
Expand All @@ -68,7 +68,7 @@ echo -e "\e[34m[*]\e[m \e[33m Create a password \e[m"
echo
sleep 2
echo -e "\e[34m[*]\e[m \e[33m Save user input \e[m"
echo
echo
sleep 2
echo
tput cnorm
Expand All @@ -88,7 +88,7 @@ then
python -c "import hashlib; print(hashlib.sha1(b'$passone').hexdigest())" > /data/data/com.termux/files/usr/share/login/.pass
echo -e "\e[31m[*]\e[32m Login succesfully installed \e[m"
break ;
else
else
echo -e "\e[33m[\e[31m!\e[33m]\e[31m Password doesn't match try again \e[m"
sleep 2
clear
Expand Down
2 changes: 1 addition & 1 deletion properties/T-Remix_colors/best-of-t-remix
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# The best theme for T-Remix
# Base16 Ashes
# Base16 Ashes
# Scheme: Jan T. Sott

foreground=#C7CCD1
Expand Down
2 changes: 1 addition & 1 deletion properties/T-Remix_colors/dark-properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# T-Remix
# Base 16
# Base 16
# dark_properties

background : #263238
Expand Down
2 changes: 1 addition & 1 deletion properties/T-Remix_colors/forest-light
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# T-Remix color properties
# Base16 Atelier Forest
# Scheme: Bram de Haan
# Scheme: Bram de Haan
# forest light

foreground=#68615e
Expand Down
Loading