From 96042d777da797aeeb3005e1a87905c6723af9e9 Mon Sep 17 00:00:00 2001 From: ndwarshuis Date: Sat, 15 Jun 2024 17:43:44 -0400 Subject: [PATCH] ENH add 20s to blinker --- dot_bin/executable_blinken | 3 +++ 1 file changed, 3 insertions(+) diff --git a/dot_bin/executable_blinken b/dot_bin/executable_blinken index a836835..2eb2dd4 100644 --- a/dot_bin/executable_blinken +++ b/dot_bin/executable_blinken @@ -9,4 +9,7 @@ while true; do sleep "$1" paplay "$XDG_CONFIG_HOME/xmonad/assets/sound/smb_powerup.wav" notify-send 'gaze into the abyss' + sleep 20.0 + paplay "$XDG_CONFIG_HOME/xmonad/assets/sound/smb_pipe.wav" + notify-send 'emerge from the abyss' done