mirror of
https://github.com/ful1e5/Bibata_Cursor.git
synced 2025-05-15 07:34:36 -04:00
🤩 SheBang #!
This commit is contained in:
parent
819c50ee5f
commit
463bbe7a40
4 changed files with 9 additions and 1 deletions
2
build.py
2
build.py
|
@ -1,3 +1,5 @@
|
||||||
|
#!/usr/bin/env python
|
||||||
|
|
||||||
import json
|
import json
|
||||||
import log
|
import log
|
||||||
from clickgen import build_cursor_theme
|
from clickgen import build_cursor_theme
|
||||||
|
|
|
@ -1,3 +1,5 @@
|
||||||
|
#!/usr/bin/env python
|
||||||
|
|
||||||
import os
|
import os
|
||||||
import tempfile
|
import tempfile
|
||||||
import json
|
import json
|
||||||
|
@ -8,9 +10,9 @@ out_dir = "./themes"
|
||||||
# Build Config
|
# Build Config
|
||||||
delay = 35
|
delay = 35
|
||||||
sizes = [24, 28, 32, 40, 48, 56, 64, 72, 80, 88, 96]
|
sizes = [24, 28, 32, 40, 48, 56, 64, 72, 80, 88, 96]
|
||||||
configs = []
|
|
||||||
|
|
||||||
# Configs For Each Theme in bitmaps directory
|
# Configs For Each Theme in bitmaps directory
|
||||||
|
configs = []
|
||||||
for directory in os.listdir(bitmaps_dir):
|
for directory in os.listdir(bitmaps_dir):
|
||||||
name = directory
|
name = directory
|
||||||
temp_folder = tempfile.mkdtemp()
|
temp_folder = tempfile.mkdtemp()
|
||||||
|
|
|
@ -1,3 +1,5 @@
|
||||||
|
#!/usr/bin/env python
|
||||||
|
|
||||||
import shutil
|
import shutil
|
||||||
import json
|
import json
|
||||||
import sys
|
import sys
|
||||||
|
|
2
log.py
2
log.py
|
@ -1,3 +1,5 @@
|
||||||
|
#!/usr/bin/env python
|
||||||
|
|
||||||
import logging
|
import logging
|
||||||
|
|
||||||
logging.basicConfig(filename='build.log', filemode='w',
|
logging.basicConfig(filename='build.log', filemode='w',
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue