ENH add 20s to blinker

This commit is contained in:
Nathan Dwarshuis 2024-06-15 17:43:44 -04:00
parent 3e90e2dacd
commit 96042d777d
1 changed files with 3 additions and 0 deletions

View File

@ -9,4 +9,7 @@ while true; do
sleep "$1" sleep "$1"
paplay "$XDG_CONFIG_HOME/xmonad/assets/sound/smb_powerup.wav" paplay "$XDG_CONFIG_HOME/xmonad/assets/sound/smb_powerup.wav"
notify-send 'gaze into the abyss' 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 done