fix: lyrics

This commit is contained in:
2025-06-23 06:19:57 +02:00
parent e769385bcf
commit 2c257ca102
2 changed files with 3 additions and 1 deletions

View File

@@ -16,7 +16,7 @@
)
(box :class "control-row-1" :space-evenly "false" :orientation "h"
(button :class "offset-reset" :onclick "Lyrics/scripts/lyric-offset.py" "󰾅")
(button :class "offset-clear" :onclick "spotify-lyrics clear" "󰑙")
(button :class "offset-clear" :onclick "Lyrics/scripts/lyric-clear.sh" "󰑙")
)
)
)

View File

@@ -1,3 +1,5 @@
#!/bin/env python3
APP_NAME = "spotify-lyrics"
STATE_DIR_NAME = "~/.local/state/eww/lyrics"
STATE_FILE_NAME = "offset"