From 8f50210382b61b3a2d83fd2bbd45e4cf7d4f8e16 Mon Sep 17 00:00:00 2001 From: KaizIqbal <24286590+KaizIqbal@users.noreply.github.com> Date: Tue, 28 Jul 2020 17:13:13 +0530 Subject: [PATCH] =?UTF-8?q?=F0=9F=96=BC=20cursors=20sizes=20added?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- build.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.py b/build.py index 7d11eb3..8528218 100644 --- a/build.py +++ b/build.py @@ -3,7 +3,7 @@ import shutil from clickgen import build_cursor_theme -sizes = [24, 28] +sizes = [24, 28, 32, 40, 48, 56, 65, 72, 80, 88, 96] # Building Cursor Theme with open('./hotspots.json', 'r') as hotspot_file: