diff options
-rw-r--r-- | spotify-shell/README.md | 7 | ||||
-rw-r--r-- | spotify-shell/demo.gif | bin | 0 -> 467866 bytes | |||
-rw-r--r-- | spotify-shell/spotify-shell.lua | 2 |
3 files changed, 8 insertions, 1 deletions
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 Binary files differnew file mode 100644 index 0000000..6696b3a --- /dev/null +++ b/spotify-shell/demo.gif 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 { |