mihirlad55 / polybar-spotify-module

A collection of lightweight programs for use with a Polybar Spotify Module
GNU General Public License v3.0
140 stars 9 forks source link

Find polybar IPC files #4

Closed mihirlad55 closed 4 years ago

mihirlad55 commented 4 years ago

Polybar IPC files are currently hardcoded. Add function to automatically find polybar IPC files. This probably needs to be done every message write since the bar may have been restarted during the script execution resulting in new/different IPC files.

mihirlad55 commented 4 years ago

Created function for this and it has been implemented. See commit 237f302