mirror of
https://gitlab.com/ykkzde/posy-cursors
synced 2024-10-27 20:44:10 +00:00
Minor cleanup of scripts
This commit is contained in:
parent
9e8d5c90e2
commit
406d6145cc
23
create.sh
23
create.sh
@ -1,20 +1,5 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
# Variables
|
|
||||||
_ENDW=197
|
|
||||||
_ENDWT=394
|
|
||||||
_ENDB=591
|
|
||||||
_ENDBT=788
|
|
||||||
_END=788
|
|
||||||
|
|
||||||
RED="\033[0;31m"
|
|
||||||
ORANGE="\033[0;33m"
|
|
||||||
YELLOW="\033[1;33m"
|
|
||||||
GREEN="\033[0;32m"
|
|
||||||
BLUE="\033[0;34m"
|
|
||||||
PURPLE="\033[0;35m"
|
|
||||||
COLORLESS="\033[0m"
|
|
||||||
|
|
||||||
source progressBars.sh
|
source progressBars.sh
|
||||||
source buildFunctions.sh
|
source buildFunctions.sh
|
||||||
|
|
||||||
@ -31,14 +16,6 @@ themeWhiteTiny="Posy White Tiny"
|
|||||||
sourceBlackTiny=$PWD/BlackTiny
|
sourceBlackTiny=$PWD/BlackTiny
|
||||||
themeBlackTiny="Posy Black Tiny"
|
themeBlackTiny="Posy Black Tiny"
|
||||||
|
|
||||||
RED="\033[0;31m"
|
|
||||||
ORANGE="\033[0;33m"
|
|
||||||
YELLOW="\033[1;33m"
|
|
||||||
GREEN="\033[0;32m"
|
|
||||||
BLUE="\033[0;34m"
|
|
||||||
PURPLE="\033[0;35m"
|
|
||||||
COLORLESS="\033[0m"
|
|
||||||
|
|
||||||
echo -e "${RED}Gener${COLORLESS}${ORANGE}ating${COLORLESS} ${YELLOW}cur${COLORLESS}${GREEN}sor${COLORLESS} ${BLUE}the${COLORLESS}${PURPLE}mes.${COLORLESS}"
|
echo -e "${RED}Gener${COLORLESS}${ORANGE}ating${COLORLESS} ${YELLOW}cur${COLORLESS}${GREEN}sor${COLORLESS} ${BLUE}the${COLORLESS}${PURPLE}mes.${COLORLESS}"
|
||||||
|
|
||||||
buildWhite
|
buildWhite
|
||||||
|
@ -1,5 +1,20 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
|
# Variables
|
||||||
|
_ENDW=197
|
||||||
|
_ENDWT=394
|
||||||
|
_ENDB=591
|
||||||
|
_ENDBT=788
|
||||||
|
_END=788
|
||||||
|
|
||||||
|
RED="\033[0;31m"
|
||||||
|
ORANGE="\033[0;33m"
|
||||||
|
YELLOW="\033[1;33m"
|
||||||
|
GREEN="\033[0;32m"
|
||||||
|
BLUE="\033[0;34m"
|
||||||
|
PURPLE="\033[0;35m"
|
||||||
|
COLORLESS="\033[0m"
|
||||||
|
|
||||||
function ProgressBar_RED {
|
function ProgressBar_RED {
|
||||||
# Process data
|
# Process data
|
||||||
let _progress_R=(${1}*100/${2}*100)/100
|
let _progress_R=(${1}*100/${2}*100)/100
|
||||||
|
Loading…
Reference in New Issue
Block a user