Tweak scripts, update .gitignore

This commit is contained in:
Dmitry 2019-10-27 06:38:56 +04:00
parent ee01a250c9
commit d0d1f3a76d
4 changed files with 21 additions and 2 deletions

16
.gitignore vendored Normal file
View File

@ -0,0 +1,16 @@
Black/x1/
Black/x1_25/
Black/x1_5/
BlackTiny/x1/
BlackTiny/x1_25/
BlackTiny/x1_5/
White/x1/
White/x1_25/
White/x1_5/
WhiteTiny/x1/
WhiteTiny/x1_25/
WhiteTiny/x1_5/
posy-black-tiny/
posy-black/
posy-white-tiny/
posy-white/

View File

@ -1,3 +1,5 @@
#!/bin/bash
function buildWhite {
cd "$sourceWhite"
# generate cursors

View File

@ -16,8 +16,7 @@ PURPLE="\033[0;35m"
COLORLESS="\033[0m"
source progressBars.sh
source builds.sh
source buildFunctions.sh
sourceWhite=$PWD/White
themeWhite="Posy White"

View File

@ -1,3 +1,5 @@
#!/bin/bash
function ProgressBar_RED {
# Process data
let _progress_R=(${1}*100/${2}*100)/100