🖼 cursors sizes added

This commit is contained in:
KaizIqbal 2020-07-28 17:13:13 +05:30
parent 4aa1e290f6
commit 8f50210382

View file

@ -3,7 +3,7 @@ import shutil
from clickgen import build_cursor_theme from clickgen import build_cursor_theme
sizes = [24, 28] sizes = [24, 28, 32, 40, 48, 56, 65, 72, 80, 88, 96]
# Building Cursor Theme # Building Cursor Theme
with open('./hotspots.json', 'r') as hotspot_file: with open('./hotspots.json', 'r') as hotspot_file: