diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..26504c2 --- /dev/null +++ b/.gitignore @@ -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/ diff --git a/buildFunctions.sh b/buildFunctions.sh index 8b754d8..0b2f686 100644 --- a/buildFunctions.sh +++ b/buildFunctions.sh @@ -1,3 +1,5 @@ +#!/bin/bash + function buildWhite { cd "$sourceWhite" # generate cursors diff --git a/create.sh b/create.sh index cd52ee1..46f88fd 100755 --- a/create.sh +++ b/create.sh @@ -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" diff --git a/progressBars.sh b/progressBars.sh index ce800fb..970a3f3 100644 --- a/progressBars.sh +++ b/progressBars.sh @@ -1,3 +1,5 @@ +#!/bin/bash + function ProgressBar_RED { # Process data let _progress_R=(${1}*100/${2}*100)/100