🤩 SheBang #!

This commit is contained in:
ful1e5 2020-08-25 12:43:38 +05:30
parent 819c50ee5f
commit 463bbe7a40
4 changed files with 9 additions and 1 deletions

View file

@ -1,3 +1,5 @@
#!/usr/bin/env python
import json
import log
from clickgen import build_cursor_theme

View file

@ -1,3 +1,5 @@
#!/usr/bin/env python
import os
import tempfile
import json
@ -8,9 +10,9 @@ out_dir = "./themes"
# Build Config
delay = 35
sizes = [24, 28, 32, 40, 48, 56, 64, 72, 80, 88, 96]
configs = []
# Configs For Each Theme in bitmaps directory
configs = []
for directory in os.listdir(bitmaps_dir):
name = directory
temp_folder = tempfile.mkdtemp()

View file

@ -1,3 +1,5 @@
#!/usr/bin/env python
import shutil
import json
import sys

2
log.py
View file

@ -1,3 +1,5 @@
#!/usr/bin/env python
import logging
logging.basicConfig(filename='build.log', filemode='w',