mirror of
https://github.com/ful1e5/Bibata_Cursor.git
synced 2025-05-23 03:26:58 -04:00
animation tweak added
This commit is contained in:
parent
fac12b4b55
commit
a3aaa3a91e
1 changed files with 11 additions and 0 deletions
11
build.sh
11
build.sh
|
@ -99,7 +99,18 @@ build(){
|
|||
error "\nAborting..."
|
||||
exit 1
|
||||
fi
|
||||
show_pre "\n"$cursor" : Tweaking Animation...\\r"
|
||||
|
||||
sh tweak.sh "$cursor"
|
||||
|
||||
if [ $? -eq 0 ]
|
||||
then
|
||||
show ""$cursor" : Tweaking Animation... DONE"
|
||||
else
|
||||
error ""$cursor" : Tweaking Animation... FAIL"
|
||||
error "\nAborting..."
|
||||
exit 1
|
||||
fi
|
||||
show_pre "\n"$cursor" : Building X11 cursor...\\r"
|
||||
#execute x11-make.sh file with theme_name argument
|
||||
sh x11-make.sh "$cursor"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue