ENH add 20s to blinker
This commit is contained in:
parent
3e90e2dacd
commit
96042d777d
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue