From 500fda4db3ef0ddd835f8c64082678bbb9aabe68 Mon Sep 17 00:00:00 2001 From: streetturtle Date: Sun, 21 Jan 2018 18:29:05 -0500 Subject: add gif with demo --- spotify-shell/README.md | 7 +++++++ spotify-shell/demo.gif | Bin 0 -> 467866 bytes spotify-shell/spotify-shell.lua | 2 +- 3 files changed, 8 insertions(+), 1 deletion(-) create mode 100644 spotify-shell/README.md create mode 100644 spotify-shell/demo.gif (limited to 'spotify-shell') diff --git a/spotify-shell/README.md b/spotify-shell/README.md new file mode 100644 index 0000000..4cfc0a7 --- /dev/null +++ b/spotify-shell/README.md @@ -0,0 +1,7 @@ +# Spotify Shell + +![demo](./demo.gif) + +## Installation + +in progress... diff --git a/spotify-shell/demo.gif b/spotify-shell/demo.gif new file mode 100644 index 0000000..6696b3a Binary files /dev/null and b/spotify-shell/demo.gif differ diff --git a/spotify-shell/spotify-shell.lua b/spotify-shell/spotify-shell.lua index f5c7c98..5269b67 100644 --- a/spotify-shell/spotify-shell.lua +++ b/spotify-shell/spotify-shell.lua @@ -24,7 +24,7 @@ local w = wibox { ontop = true, screen = mouse.screen, height = 50, - width = 200, + width = 250, } w:setup { -- cgit v1.2.3