feat: adds a lyrics widget instead of just a floating lrcbar

This commit is contained in:
2026-01-03 19:27:55 +08:00
parent 11f79a9b98
commit 6b691a282b
10 changed files with 333 additions and 106 deletions

29
.gitignore vendored
View File

@@ -1,13 +1,16 @@
# Common build folder
[Bb]uild/
build-*/
# IDE folder
.vscode/
.idea/
# User config file
CMakeLists.txt.user*
# Why, macOS, why?
.DS_Store
# Common build folder
[Bb]uild/
build-*/
# IDE folder
.vscode/
.idea/
# Clangd cache
.cache/
# User config file
CMakeLists.txt.user*
# Why, macOS, why?
.DS_Store