🔧 Cursor sizes added

This commit is contained in:
KaizIqbal 2020-07-28 17:03:19 +05:30
parent 094bacd2be
commit 303f1a0a3a

View file

@ -3,7 +3,7 @@ import shutil
from clickgen import build_cursor_theme from clickgen import build_cursor_theme
sizes = [24] sizes = [24, 28]
# Building Cursor Theme # Building Cursor Theme
with open('./hotspots.json', 'r') as hotspot_file: with open('./hotspots.json', 'r') as hotspot_file: