mirror of
https://gitlab.com/ykkzde/posy-cursors
synced 2024-10-27 20:44:10 +00:00
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 {
|
function buildWhite {
|
||||||
cd "$sourceWhite"
|
cd "$sourceWhite"
|
||||||
# generate cursors
|
# generate cursors
|
||||||
|
@ -16,8 +16,7 @@ PURPLE="\033[0;35m"
|
|||||||
COLORLESS="\033[0m"
|
COLORLESS="\033[0m"
|
||||||
|
|
||||||
source progressBars.sh
|
source progressBars.sh
|
||||||
|
source buildFunctions.sh
|
||||||
source builds.sh
|
|
||||||
|
|
||||||
sourceWhite=$PWD/White
|
sourceWhite=$PWD/White
|
||||||
themeWhite="Posy White"
|
themeWhite="Posy White"
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
|
||||||
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