eww: better lyrics

This commit is contained in:
2025-06-26 03:37:36 +02:00
parent 5517c99370
commit e2e150c95c
18 changed files with 134 additions and 56 deletions

View File

@@ -7,6 +7,11 @@ function close() {
# Wait until the processes have been shut down
while pgrep -x waybar >/dev/null; do sleep 1; done
fi
# Also close the lyrics widget if open
if eww active-windows | grep -q "lyrics-single"; then
eww close lyrics-single
fi
}
function open() {