├── .github └── stale.yml ├── LICENSE.md ├── README.md ├── get_spotify_status.sh ├── screenshots ├── demo.gif └── demo_mini.gif └── scroll_spotify_status.sh /.github/stale.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrayagS/polybar-spotify/HEAD/.github/stale.yml -------------------------------------------------------------------------------- /LICENSE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrayagS/polybar-spotify/HEAD/LICENSE.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrayagS/polybar-spotify/HEAD/README.md -------------------------------------------------------------------------------- /get_spotify_status.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrayagS/polybar-spotify/HEAD/get_spotify_status.sh -------------------------------------------------------------------------------- /screenshots/demo.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrayagS/polybar-spotify/HEAD/screenshots/demo.gif -------------------------------------------------------------------------------- /screenshots/demo_mini.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrayagS/polybar-spotify/HEAD/screenshots/demo_mini.gif -------------------------------------------------------------------------------- /scroll_spotify_status.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrayagS/polybar-spotify/HEAD/scroll_spotify_status.sh --------------------------------------------------------------------------------