An open API service indexing awesome lists of open source software.

https://github.com/anshulkoshyari/polybar-spotify

Spotify status module for polybar with text scrolling
https://github.com/anshulkoshyari/polybar-spotify

polybar shell-scripting spotify

Last synced: 11 months ago
JSON representation

Spotify status module for polybar with text scrolling

Awesome Lists containing this project

README

          

# polybar-spotify
Spotify status module for polybar with text scrolling

![](screenshots/demo2.gif)
![](screenshots/demo1.gif)

## Dependencies

- [playerctl](https://github.com/altdesktop/playerctl#installing) - To interact with Spotify
- [zscroll](https://github.com/noctuid/zscroll#installation) - To scroll the fetched text

## Polybar config

```ini
[module/spotify]
type = custom/script
tail = true
interval = 1
format-prefix = " "
format =
exec = ~/.config/polybar/scripts/spotify.sh
```
## Customization
Info about zscroll's parameters can be found in `man zscroll`