From 3d9664f8de64e8817f34443d703da3c648c98067 Mon Sep 17 00:00:00 2001 From: KaizIqbal <24286590+KaizIqbal@users.noreply.github.com> Date: Tue, 28 Jul 2020 12:24:08 +0530 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=8D=20init?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- build.py | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 build.py diff --git a/build.py b/build.py new file mode 100644 index 0000000..5f0a21e --- /dev/null +++ b/build.py @@ -0,0 +1,9 @@ +import json +import os +from clickgen import build_cursor_theme + +sizes = [24, 28] +with open('./hotspots.json') as hotspot_file: + file_data = json.loads(hotspot_file.read()) + hotspots = file_data["hotspots"] + print(hotspots)