├── LICENSE ├── README.md └── scripts └── spotify ├── launchlistener.sh ├── py_spotify_listener.py └── spotify_status.py /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dietervanhoof/polybar-spotify-controls/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dietervanhoof/polybar-spotify-controls/HEAD/README.md -------------------------------------------------------------------------------- /scripts/spotify/launchlistener.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dietervanhoof/polybar-spotify-controls/HEAD/scripts/spotify/launchlistener.sh -------------------------------------------------------------------------------- /scripts/spotify/py_spotify_listener.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dietervanhoof/polybar-spotify-controls/HEAD/scripts/spotify/py_spotify_listener.py -------------------------------------------------------------------------------- /scripts/spotify/spotify_status.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dietervanhoof/polybar-spotify-controls/HEAD/scripts/spotify/spotify_status.py --------------------------------------------------------------------------------