From 0650f15bd2042a00287a5ef93be1079041361079 Mon Sep 17 00:00:00 2001 From: KaizIqbal <24286590+KaizIqbal@users.noreply.github.com> Date: Sat, 25 Jul 2020 18:38:46 +0530 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=A5=20Animated=20cursors=20configs?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/cursors.json | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/src/cursors.json b/src/cursors.json index 04dc2dd..d10b1e3 100644 --- a/src/cursors.json +++ b/src/cursors.json @@ -25,7 +25,6 @@ "grabbing.svg", "hand1.svg", "hand2.svg", - "left_ptr.svg", "left_ptr_watch.svg", "left_side.svg", "left_tee.svg", @@ -54,10 +53,17 @@ "ul_angle.svg", "ur_angle.svg", "vertical_text.svg", - "wait.svg", "wayland_cursor.svg", "xterm.svg", "zoom_in.svg", "zoom_out.svg" - ] + ], + "animatedCursors": { + "left_ptr.svg": { + "frames": 50 + }, + "wait.svg": { + "frames": 50 + } + } }