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
- Host: GitHub
- URL: https://github.com/anshulkoshyari/polybar-spotify
- Owner: anshulkoshyari
- Created: 2020-06-11T22:40:00.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-06-11T23:58:42.000Z (about 6 years ago)
- Last Synced: 2025-06-28T22:36:51.003Z (12 months ago)
- Topics: polybar, shell-scripting, spotify
- Language: Shell
- Homepage:
- Size: 1.01 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# polybar-spotify
Spotify status module for polybar with text scrolling


## 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`