mirror of
https://github.com/ful1e5/apple_cursor.git
synced 2025-05-14 07:04:47 -04:00
✨ init config.py
This commit is contained in:
parent
b111b88eb0
commit
479f97b5a3
1 changed files with 13 additions and 0 deletions
13
config.py
Normal file
13
config.py
Normal file
|
@ -0,0 +1,13 @@
|
|||
import tempfile
|
||||
|
||||
# Build Config
|
||||
delay = 30
|
||||
name = "MacOS Big Sur"
|
||||
sizes = [24, 28, 32, 40, 48, 56, 65, 72, 80, 88, 96]
|
||||
|
||||
bitmaps_dir = "./bitmaps"
|
||||
temp_folder = tempfile.mkdtemp()
|
||||
|
||||
# Cleanup Configs
|
||||
x11_out = "macOSBigSur"
|
||||
win_out = "macOSBigSur_Windows"
|
Loading…
Add table
Add a link
Reference in a new issue