From 7c6eb2997cbba350e7384151e13659271508e08f Mon Sep 17 00:00:00 2001 From: jacqueline Date: Fri, 24 Nov 2023 15:13:10 +1100 Subject: Migrate 'now playing' screen to lua --- lua/img/next.png | Bin 0 -> 621 bytes lua/img/pause.png | Bin 0 -> 581 bytes lua/img/play.png | Bin 0 -> 617 bytes lua/img/prev.png | Bin 0 -> 626 bytes 4 files changed, 0 insertions(+), 0 deletions(-) create mode 100644 lua/img/next.png create mode 100644 lua/img/pause.png create mode 100644 lua/img/play.png create mode 100644 lua/img/prev.png (limited to 'lua/img') diff --git a/lua/img/next.png b/lua/img/next.png new file mode 100644 index 00000000..1b22a509 Binary files /dev/null and b/lua/img/next.png differ diff --git a/lua/img/pause.png b/lua/img/pause.png new file mode 100644 index 00000000..29fa4b90 Binary files /dev/null and b/lua/img/pause.png differ diff --git a/lua/img/play.png b/lua/img/play.png new file mode 100644 index 00000000..cc10cab5 Binary files /dev/null and b/lua/img/play.png differ diff --git a/lua/img/prev.png b/lua/img/prev.png new file mode 100644 index 00000000..f17e6162 Binary files /dev/null and b/lua/img/prev.png differ -- cgit v1.2.3