diff --git a/_widgets/spotify-widget.md b/_widgets/spotify-widget.md index a3b3f00..8fc7c4e 100644 --- a/_widgets/spotify-widget.md +++ b/_widgets/spotify-widget.md @@ -32,10 +32,10 @@ It is possible to customize widget by providing a table with all or some of the | `play_icon` | `/usr/share/icons/Arc/actions/24/player_play.png` | Play icon | | `pause_icon` | `/usr/share/icons/Arc/actions/24/player_pause.png` | Pause icon | | `font` | `Play 9`| Font | -| 'dim_when_paused' | `false` | Decrease the widget opacity if spotify is paused | -| 'dim_opacity' | `0.2` | Widget's opacity when dimmed, `dim_when_paused` should be set to `true` | -| 'max_length' | `15` | Maximum lentgh of artist and title names. Text will be ellipsized if longer. | -| 'show_tooltip' | `true`| Show tooltip on hover with information about the playing song | +| `dim_when_paused` | `false` | Decrease the widget opacity if spotify is paused | +| `dim_opacity` | `0.2` | Widget's opacity when dimmed, `dim_when_paused` should be set to `true` | +| `max_length` | `15` | Maximum lentgh of artist and title names. Text will be ellipsized if longer. | +| `show_tooltip` | `true`| Show tooltip on hover with information about the playing song | ### Example: @@ -65,8 +65,8 @@ Paused: First you need to have spotify CLI installed, it uses dbus to communicate with spotify-client: ```bash -git clone https://gist.github.com/fa6258f3ff7b17747ee3.git -cd ./fa6258f3ff7b17747ee3 +git clone https://gist.github.com/wandernauta/6800547.git +cd ./6800547 chmod +x sp sudo cp ./sp /usr/local/bin/ ```