From 9512bd97bbac48fa33339cc248c76070063bbc61 Mon Sep 17 00:00:00 2001 From: ailurux Date: Mon, 12 Feb 2024 15:36:56 +1100 Subject: Add buttons for shuffle + repeat track --- lua/img/repeat.png | Bin 0 -> 4786 bytes lua/img/repeat_disabled.png | Bin 0 -> 7287 bytes lua/img/shuffle.png | Bin 0 -> 4809 bytes lua/img/shuffle_disabled.png | Bin 0 -> 8706 bytes 4 files changed, 0 insertions(+), 0 deletions(-) create mode 100644 lua/img/repeat.png create mode 100644 lua/img/repeat_disabled.png create mode 100644 lua/img/shuffle.png create mode 100644 lua/img/shuffle_disabled.png (limited to 'lua/img') diff --git a/lua/img/repeat.png b/lua/img/repeat.png new file mode 100644 index 00000000..9a4da7fd Binary files /dev/null and b/lua/img/repeat.png differ diff --git a/lua/img/repeat_disabled.png b/lua/img/repeat_disabled.png new file mode 100644 index 00000000..20b6ab59 Binary files /dev/null and b/lua/img/repeat_disabled.png differ diff --git a/lua/img/shuffle.png b/lua/img/shuffle.png new file mode 100644 index 00000000..b54e359d Binary files /dev/null and b/lua/img/shuffle.png differ diff --git a/lua/img/shuffle_disabled.png b/lua/img/shuffle_disabled.png new file mode 100644 index 00000000..912d0e95 Binary files /dev/null and b/lua/img/shuffle_disabled.png differ -- cgit v1.2.3