-
-
Notifications
You must be signed in to change notification settings - Fork 70
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #26 from ful1e5/dev
🎉 Version 1.0.3 Merge Request
- Loading branch information
Showing
117 changed files
with
801 additions
and
601 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
########## Custom | ||
bitmaps | ||
packages | ||
themes | ||
|
||
########## Python | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
#!/usr/bin/env python | ||
|
||
import logging | ||
|
||
logging.basicConfig(filename='build.log', filemode='w', | ||
format='%(name)s - %(levelname)s - %(message)s', level=logging.DEBUG) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,16 @@ | ||
{ | ||
"name": "apple_cursor", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "Enjoy upcoming `macOS Big Sur` Cursor Theme 🥳", | ||
"main": "index.js", | ||
"scripts": { | ||
"install:clean": "sudo rm -rf ~/.icons/macOSBigSur /usr/share/icons/macOSBigSur", | ||
"unpack": "cd ./packages && mkdir macOSBigSur && tar -xvf macOSBigSur.tar -C macOSBigSur && cd ..", | ||
"compile": "yon clean && yon render && yon build", | ||
"clean": "rm -rf packages bitmaps", | ||
"clean": "rm -rf bitmaps themes", | ||
"dev": "nodemon src/index.ts", | ||
"watch": "nodemon --inspect src/index.ts", | ||
"py_install": "pip install -r requirements.txt", | ||
"render": "npx ts-node src/index.ts", | ||
"build": "python build.py", | ||
"dev": "nodemon src/index.ts", | ||
"dev:debug": "nodemon --inspect src/index.ts", | ||
"py_install": "pip install -r requirements.txt" | ||
"compile": "yon clean && yon render && yon build" | ||
}, | ||
"repository": "[email protected]:ful1e5/apple_cursor.git", | ||
"author": "Kaiz Khatri", | ||
|
@@ -27,6 +25,10 @@ | |
"yarn-or-npm": "^3.0.1" | ||
}, | ||
"dependencies": { | ||
"@types/pixelmatch": "^5.2.1", | ||
"@types/pngjs": "^3.4.2", | ||
"pixelmatch": "^5.2.1", | ||
"pngjs": "^5.0.0", | ||
"puppeteer": "^5.2.1" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.