From b15e3ca537d629d0da28f773d950d71501049c9b Mon Sep 17 00:00:00 2001 From: VectorKappa Date: Mon, 5 Oct 2020 23:13:15 +0200 Subject: [PATCH] 1.3.0 Added more configs, streamlined apt.sh --- apt.sh | 19 +++------------- caprine/.config/CAPRINE_custom.css | 36 ++++++++++++++++++++++++++++++ 2 files changed, 39 insertions(+), 16 deletions(-) create mode 100644 caprine/.config/CAPRINE_custom.css diff --git a/apt.sh b/apt.sh index 6d96bf3..5b624b8 100644 --- a/apt.sh +++ b/apt.sh @@ -1,8 +1,5 @@ -#!/data/data/com.termux/files/usr/bin/bash +#!/bin/bash -# Install command-line tools using Apt. - -# Make sure we’re 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 diff --git a/caprine/.config/CAPRINE_custom.css b/caprine/.config/CAPRINE_custom.css new file mode 100644 index 0000000..9541b7e --- /dev/null +++ b/caprine/.config/CAPRINE_custom.css @@ -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; +}