aboutsummaryrefslogtreecommitdiff
path: root/.scripts/beep
blob: 60c93c1e40df309ba5813fc2abf0693c6ff8be7e (plain) (blame)
1
2
3
4
5
6
7
8
9
#!/bin/bash

# only beep on headphones
(amixer get Speaker | grep "off" &>/dev/null) && (paplay "$HOME/.scripts/beep.ogg" &)

# (
# 	sleep 0.5
# 	dunstctl action
# ) &