1.3.0 Added more configs, streamlined apt.sh

This commit is contained in:
2020-10-05 23:13:15 +02:00
parent 0d563d3c8c
commit b15e3ca537
2 changed files with 39 additions and 16 deletions

19
apt.sh
View File

@@ -1,8 +1,5 @@
#!/data/data/com.termux/files/usr/bin/bash
#!/bin/bash
# Install command-line tools using Apt.
# Make sure were using the latest Apt.
apt update
apt install bash \
@@ -16,18 +13,13 @@ apt install bash \
gzip \
htop \
less \
mc \
nmap \
openssh \
openssl \
rsync \
sed \
tmux \
vim \
wget \
zip \
unstable-repo \
x11-repo \
algernon \
busybox \
binutils \
@@ -37,18 +29,13 @@ apt install bash \
make \
nano \
nodejs \
nsnake \
nudoku \
pngquant \
python \
ranger \
termux-api \
termux-auth \
vitetris \
wol \
yarn \
stow \
man
man \
git
pip install --upgrade pip

View File

@@ -0,0 +1,36 @@
/*
This is the custom styles file where you can add anything you want.
The styles here will be injected into Caprine and will override default styles.
If you want to disable styles but keep the config, just comment the lines that you don't want to be used.
Here are some dark mode color variables to get you started.
Edit them to change color scheme of Caprine.
Press Command/Ctrl+R in Caprine to see your changes.
*/
:root {
--base: #00000000;
--base-ninety: rgba(255, 255, 255, 0.9);
--base-seventy-five: rgba(255, 255, 255, 0.75);
--base-seventy: rgba(255, 255, 255, 0.7);
--base-fifty: rgba(255, 255, 255, 0.5);
--base-fourty: rgba(255, 255, 255, 0.4);
--base-thirty: rgba(255, 255, 255, 0.3);
--base-twenty: rgba(255, 255, 255, 0.2);
--base-five: rgba(255, 255, 255, 0.05);
--base-ten: rgba(255, 255, 255, 0.1);
--base-nine: rgba(255, 255, 255, 0);
--container-color: #32323200;
--container-dark-color: #1e1e1e00;
--list-header-color: #22222200;
--blue: #0084ff;
--selected-conversation-background: linear-gradient(hsla(209, 110%, 45%, 0.9), hsla(209, 110%, 42%, 0.9));
--glasscord-win-blur: blurbehind;
--glasscord-linux-blur: true;
--glasscord-mac-vibrancy: fullscreen-ui;
}
._7t0j {
display: none !important;
opacity: 0 !important;
}