diff options
author | streetturtle <streetturtle@gmail.com> | 2018-01-21 18:29:05 -0500 |
---|---|---|
committer | streetturtle <streetturtle@gmail.com> | 2018-01-21 18:29:05 -0500 |
commit | 500fda4db3ef0ddd835f8c64082678bbb9aabe68 (patch) | |
tree | ffaf999f12a85b9904f39c4e173f508d9b56b0f1 /spotify-shell | |
parent | fc7c159820c54ac360ccb2139c784573bb1ae78d (diff) |
add gif with demo
Diffstat (limited to 'spotify-shell')
-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 { |