Skip to content
This repository has been archived by the owner on Sep 3, 2024. It is now read-only.

Commit

Permalink
fix: add support for configurable icons for different sources
Browse files Browse the repository at this point in the history
  • Loading branch information
mariusbegby committed Jul 16, 2023
1 parent de84385 commit 9010060
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion config.json.example
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,12 @@
"volumeIsMuted": "🔇",
"volumeChanged": "🔊",
"volumeMuted": "🔇",
"queue": "🎶"
"queue": "🎶",
"sourceArbitrary": "🎵",
"sourceAppleMusic": "🎵",
"sourceYouTube": "🎵",
"sourceSoundCloud": "🎵",
"sourceSpotify": "🎵"
},
"filterThreadAmount": "2",
"filterList": [
Expand Down

0 comments on commit 9010060

Please # to comment.