Tweak scripts, update .gitignore
This commit is contained in:
parent
ee01a250c9
commit
d0d1f3a76d
16
.gitignore
vendored
Normal file
16
.gitignore
vendored
Normal 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/
|
@ -1,3 +1,5 @@
|
||||
#!/bin/bash
|
||||
|
||||
function buildWhite {
|
||||
cd "$sourceWhite"
|
||||
# generate cursors
|
||||
|
@ -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"
|
||||
|
@ -1,3 +1,5 @@
|
||||
#!/bin/bash
|
||||
|
||||
function ProgressBar_RED {
|
||||
# Process data
|
||||
let _progress_R=(${1}*100/${2}*100)/100
|
||||
|
Loading…
Reference in New Issue
Block a user