Update with master

This commit is contained in:
Pavel Makhov 2020-06-12 19:37:54 -04:00
parent 4a0609c382
commit 7e05b2fb87
1 changed files with 6 additions and 6 deletions

View File

@ -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/
```