Make theming the bar a configurable option

This commit is contained in:
Wizzard
2023-10-17 12:50:37 -04:00
parent f0b79090de
commit a2cdc4f2f1
2 changed files with 18 additions and 16 deletions

View File

@@ -1,4 +1,5 @@
{
"apiKey": "YOUR_LASTFM_API_KEY",
"username": "YOUR_LASTFM_USERNAME"
"username": "YOUR_LASTFM_USERNAME",
"themeBar": true
}