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