feat(lyrics): expand sources and display controls

This commit is contained in:
h465855hgg
2026-07-18 18:29:33 +08:00
parent 1e23c02e0b
commit fc3d3447d0
10 changed files with 1682 additions and 230 deletions
+3 -1
View File
@@ -46,9 +46,10 @@ MISSING_COMMANDS=""
need_command playerctl
need_command python3
need_command cp
need_command chmod
if [ -z "$MISSING_COMMANDS" ]; then
echo "All runtime commands are installed: playerctl python3 cp"
echo "All runtime commands are installed: playerctl python3 cp chmod"
exit 0
fi
@@ -138,6 +139,7 @@ MISSING_COMMANDS=""
need_command playerctl
need_command python3
need_command cp
need_command chmod
if [ -n "$MISSING_COMMANDS" ]; then
echo "Still missing after installation:$MISSING_COMMANDS" >&2