From c65a17c9c76b85acb28b266cc092a70866acb891 Mon Sep 17 00:00:00 2001 From: GaspardCulis Date: Mon, 19 Feb 2024 19:47:44 +0100 Subject: [PATCH] eww -> timer: Removed notification sounds --- bar/eww/timer/widget.yuck | 2 -- 1 file changed, 2 deletions(-) diff --git a/bar/eww/timer/widget.yuck b/bar/eww/timer/widget.yuck index 5d247d0..74625a3 100644 --- a/bar/eww/timer/widget.yuck +++ b/bar/eww/timer/widget.yuck @@ -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