eww -> timer: Removed notification sounds

This commit is contained in:
GaspardCulis 2024-02-19 19:47:44 +01:00
parent b045fcc5ad
commit c65a17c9c7

View file

@ -27,11 +27,9 @@
:initial "first"
:run-while {timer-state == "pause"}
`if [ "$(eww get timer-pause-period)" == "first" ]; then
mpv ~/.local/share/sfx/uplifting-flute.wav &
eww update timer-start-time=$(date +%s)
echo next
else
mpv ~/.local/share/sfx/uplifting-flute.wav &
notify-send -i ~/Images/Icons/moai.jpg "Pause period over" "Back to grinding we go."
eww update timer-state=work
echo first