added config files

This commit is contained in:
2024-09-25 03:12:49 +02:00
parent 9a84b7a147
commit e028f16b78
373 changed files with 16567 additions and 0 deletions

13
config/wailt-client.toml Normal file
View File

@@ -0,0 +1,13 @@
[metadata]
#The URL to download track metadata from. This should generally be left at the default.
url = "https://raw.githubusercontent.com/GlyphMods/wailt/1.20.6/src/main/resources/tracks.json"
#Force the mod to use track metadata embedded in the JAR. Only useful for development.
force-embedded = false
[toast]
#How long to show the toast on screen, in seconds
duration = 5.0
#Always use white text for the artist name in the toast
disable-color = false
#Automatically show the toast when the music changes
automatically-show = true