diff options
author | streetturtle <streetturtle@users.noreply.github.com> | 2018-01-22 08:37:00 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-01-22 08:37:00 -0500 |
commit | 23862177f78863e894ca3848ddbf08d9f8562ab1 (patch) | |
tree | ece101639312bbe42dd9156bedc0b2cd883fbb01 /spotify-shell | |
parent | d8bdcfe5d634fc4c69830e4de3fcd6a4679655d8 (diff) |
Update README.md
Diffstat (limited to 'spotify-shell')
-rw-r--r-- | spotify-shell/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spotify-shell/README.md b/spotify-shell/README.md index 3bdb53f..9987f68 100644 --- a/spotify-shell/README.md +++ b/spotify-shell/README.md @@ -70,4 +70,4 @@ Keyboard navigation (copied from [`awful.prompt`](https://awesomewm.org/doc/api/ awful.key({ modkey, }, "d", function () spotify_shell.launch() end, {description = "spotify shell", group = "music"}), ``` -1. It uses icon from [Papirus Icon Theme](https://github.com/PapirusDevelopmentTeam/papirus-icon-theme). So you should either install this icon theme, or download any icon you want and provide path to it in **spotify-shell.lua**. +1. It uses icon from [Papirus Icon Theme](https://github.com/PapirusDevelopmentTeam/papirus-icon-theme). So you should either install this icon theme, or download an icon you want to use and provide path to it in **spotify-shell.lua**. |